Correct button title for gnome-layout-switcher

This commit is contained in:
Mark Wagie
2024-12-31 10:35:16 -07:00
parent 1c1825e864
commit c20f211b8a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -403,11 +403,11 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</child>
<child>
<object class="GtkButton" id="appLayouts">
<property name="label" translatable="yes">Gnome Layouts Manager</property>
<property name="label" translatable="yes">GNOME Layout Switcher</property>
<property name="name">appLayouts</property>
<property name="can-focus">False</property>
<property name="receives-default">True</property>
<property name="tooltip-text" translatable="yes">Manjaro Gnome config tool</property>
<property name="tooltip-text" translatable="yes">Manjaro GNOME config tool</property>
<signal name="clicked" handler="on_btn_clicked" swapped="yes"/>
</object>
<packing>