Merge branch 'master' into 'master'
fix #30 Closes #30 See merge request applications/manjaro-hello!91
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -70,7 +70,7 @@ msgid "Forums"
|
||||
msgstr ""
|
||||
|
||||
#: ../ui/manjaro-hello.glade:207
|
||||
msgid "Software Center"
|
||||
msgid "Software"
|
||||
msgstr ""
|
||||
|
||||
#: ../ui/manjaro-hello.glade:224
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user