From 668393d5a9ab008b269b1812ea588a26f7828e49 Mon Sep 17 00:00:00 2001 From: Hugo Posnic Date: Thu, 25 May 2017 16:14:54 +0200 Subject: [PATCH] Just change a name --- data/preferences.json | 2 +- src/manjaro_hello.py | 4 ++-- ui/manjaro-hello.glade | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/preferences.json b/data/preferences.json index 6ccad89..2ac4a74 100644 --- a/data/preferences.json +++ b/data/preferences.json @@ -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", diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index af14858..5498713 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -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", diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index 2383bea..914c2e7 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -184,7 +184,7 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we - + Forums forums True