[gnome-tour/mcatanzaro/organize] Fix spelling error: "organise" -> "organize"




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]