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",
"urls": {
"development": "https://gitlab.manjaro.org",
"discover": "https://discover.manjaro.org/",
"software": "https://software.manjaro.org/",
"donate": "https://manjaro.org/donate",
"facebook": "https://www.facebook.com/ManjaroLinux",
"forum": "https://forum.manjaro.org",
+1 -1
View File
@@ -70,7 +70,7 @@ msgid "Forums"
msgstr ""
#: ../ui/manjaro-hello.glade:207
msgid "Software Center"
msgid "Software"
msgstr ""
#: ../ui/manjaro-hello.glade:224
+2 -2
View File
@@ -262,7 +262,7 @@ class Hello(Gtk.Window):
"label": {
"autostartlabel",
"development",
"discover",
"software",
"donate",
"firstcategory",
"forum",
@@ -281,7 +281,7 @@ class Hello(Gtk.Window):
"tooltip_text": {
"about",
"development",
"discover",
"software",
"donate",
"forum",
"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>
</child>
<child>
<object class="GtkButton" id="discover">
<property name="label" translatable="yes">Software Center</property>
<property name="name">discover</property>
<object class="GtkButton" id="software">
<property name="label" translatable="yes">Software</property>
<property name="name">software</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="receives-default">True</property>