Just change a name

merge-requests/64/head
Hugo Posnic 2017-05-25 16:14:54 +02:00
parent d8fe89a58e
commit 668393d5a9
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@
"chat": "https://kiwiirc.com/client/irc.freenode.net/?nick=manjaro-web|?#manjaro",
"donate": "https://manjaro.org/donate",
"facebook": "https://www.facebook.com/ManjaroLinux",
"forums": "https://forum.manjaro.org",
"forum": "https://forum.manjaro.org",
"google+": "https://plus.google.com/118244873957924966264",
"mailling": "https://lists.manjaro.org/cgi-bin/mailman/listinfo",
"reddit": "https://www.reddit.com/r/ManjaroLinux",

View File

@ -69,7 +69,7 @@ class Hello():
for img in ("google+", "facebook", "twitter", "reddit"):
self.builder.get_object(img).set_from_file(self.preferences["data_path"] + "img/" + img + ".png")
for btn in ("wiki", "forums", "chat", "mailling", "development", "donate"):
for btn in ("wiki", "forum", "chat", "mailling", "development", "donate"):
img = Gtk.Image.new_from_file(self.preferences["data_path"] + "img/external-link.png")
img.set_margin_left(2)
self.builder.get_object(btn).set_image(img)
@ -135,7 +135,7 @@ class Hello():
"chat",
"donate",
"firstcategory",
"forums",
"forum",
"install",
"installlabel",
"involved",

View File

@ -184,7 +184,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing>
</child>
<child>
<object class="GtkButton" id="forums">
<object class="GtkButton" id="forum">
<property name="label" translatable="yes">Forums</property>
<property name="name">forums</property>
<property name="visible">True</property>