[gnome-tour: 1/2] ui: Change wording of string




commit 8c00f31ef50e38bb39f371561fb91f6b6d30e372
Author: Philipp Kiemle <philipp kiemle gmail com>
Date:   Sat Feb 13 11:19:14 2021 +0000

    ui: Change wording of string

 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 b02e266..ded2017 100644
--- a/src/widgets/window.rs
+++ b/src/widgets/window.rs
@@ -59,7 +59,7 @@ impl Window {
             ImagePageWidget::new(
                 "/org/gnome/Tour/makeyourown.svg",
                 gettext("Make Apps Your Own"),
-                gettext("Arrange the app grid so it makes sense for you."),
+                gettext("Arrange the app grid to your liking."),
             )
             .widget
             .upcast::<gtk::Widget>(),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]