[gnome-tour/mcatanzaro/organize] Fix spelling error: "organise" -> "organize"
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour/mcatanzaro/organize] Fix spelling error: "organise" -> "organize"
- Date: Thu, 11 Mar 2021 17:04:37 +0000 (UTC)
commit 4a96e9d0603312ff66d9731a695db7166656f97b
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Thu Mar 11 11:02:57 2021 -0600
Fix spelling error: "organise" -> "organize"
"organise" is British English, which has its own separate locale. It's
not a valid spelling for use in user-visible strings.
src/widgets/window.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/widgets/window.rs b/src/widgets/window.rs
index ded2017..e1b28e5 100644
--- a/src/widgets/window.rs
+++ b/src/widgets/window.rs
@@ -69,7 +69,7 @@ impl Window {
ImagePageWidget::new(
"/org/gnome/Tour/workspaces.svg",
gettext("Keep on Top with Workspaces"),
- gettext("Easily organise windows with the new workspaces view."),
+ gettext("Easily organize windows with the new workspaces view."),
)
.widget
.upcast::<gtk::Widget>(),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]