Merge branch 'master' into 'master'

fix #30

Closes #30

See merge request applications/manjaro-hello!91
This commit is contained in:
Philip Müller
2022-06-14 19:20:18 +00:00
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"style_path": "/usr/share/manjaro-hello/ui/style.css", "style_path": "/usr/share/manjaro-hello/ui/style.css",
"urls": { "urls": {
"development": "https://gitlab.manjaro.org", "development": "https://gitlab.manjaro.org",
"discover": "https://discover.manjaro.org/", "software": "https://software.manjaro.org/",
"donate": "https://manjaro.org/donate", "donate": "https://manjaro.org/donate",
"facebook": "https://www.facebook.com/ManjaroLinux", "facebook": "https://www.facebook.com/ManjaroLinux",
"forum": "https://forum.manjaro.org", "forum": "https://forum.manjaro.org",
+1 -1
View File
@@ -70,7 +70,7 @@ msgid "Forums"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:207 #: ../ui/manjaro-hello.glade:207
msgid "Software Center" msgid "Software"
msgstr "" msgstr ""
#: ../ui/manjaro-hello.glade:224 #: ../ui/manjaro-hello.glade:224
+2 -2
View File
@@ -262,7 +262,7 @@ class Hello(Gtk.Window):
"label": { "label": {
"autostartlabel", "autostartlabel",
"development", "development",
"discover", "software",
"donate", "donate",
"firstcategory", "firstcategory",
"forum", "forum",
@@ -281,7 +281,7 @@ class Hello(Gtk.Window):
"tooltip_text": { "tooltip_text": {
"about", "about",
"development", "development",
"discover", "software",
"donate", "donate",
"forum", "forum",
"mailling", "mailling",
+3 -3
View File
@@ -198,9 +198,9 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing> </packing>
</child> </child>
<child> <child>
<object class="GtkButton" id="discover"> <object class="GtkButton" id="software">
<property name="label" translatable="yes">Software Center</property> <property name="label" translatable="yes">Software</property>
<property name="name">discover</property> <property name="name">software</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="receives-default">True</property> <property name="receives-default">True</property>