From c20f211b8ae4e7a89a2201359fd4b81959111c54 Mon Sep 17 00:00:00 2001 From: Mark Wagie Date: Tue, 31 Dec 2024 10:35:16 -0700 Subject: [PATCH] Correct button title for gnome-layout-switcher --- src/manjaro_hello.py | 4 ++-- ui/manjaro-hello.glade | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 4d3ea6a..3ba2e09 100755 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -59,7 +59,7 @@ class Embed: window.builder.get_object("stack").add_named(self.box, self.name + "page") class EmbedLayouts(Embed): - """Gnome layout switcher""" + """GNOME Layout Switcher""" def load(self, window: Gtk.Window) -> bool: try: from layoutswitcherlib.layoutsbox import LayoutBox @@ -78,7 +78,7 @@ class EmbedLayouts(Embed): except Exception as err: print("Error in Embled application:", err) except ModuleNotFoundError as err: - print(f"Info: Gnome-layout-switcher not installed") + print(f"Info: gnome-layout-switcher not installed") self.loaded = self.box is not None return self.loaded diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 0fc2fff..e489d52 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -403,11 +403,11 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we - Gnome Layouts Manager + GNOME Layout Switcher appLayouts False True - Manjaro Gnome config tool + Manjaro GNOME config tool