From d949b343266389d21cd4204343cf9300ac9aae4d Mon Sep 17 00:00:00 2001 From: Huluti Date: Sun, 8 Jan 2017 20:53:31 +0100 Subject: [PATCH] Change 'Source code' to 'Development' --- data/urls.json | 2 +- src/manjaro_hello.py | 2 +- ui/manjaro-hello.glade | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/data/urls.json b/data/urls.json index 5ba1aec..094f85a 100644 --- a/data/urls.json +++ b/data/urls.json @@ -1,5 +1,5 @@ { - "source": "https://github.com/manjaro", + "development": "https://github.com/manjaro", "chat": "https://kiwiirc.com/client/irc.freenode.net/?nick=manjaro-web|?#manjaro", "donate": "https://manjaro.org/donate", "facebook": "https://www.facebook.com/ManjaroLinux", diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index e7dbae7..9692a3e 100644 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -84,7 +84,7 @@ class ManjaroHello(): for img in ("google+", "facebook", "twitter", "reddit"): self.builder.get_object(img).set_from_file(self.data_path + "img/" + img + ".png") - for btn in ("wiki", "forums", "chat", "mailling", "source", "donate"): + for btn in ("wiki", "forums", "chat", "mailling", "development", "donate"): img = Gtk.Image.new_from_file(self.data_path + "img/external-link.png") img.set_margin_left(2) self.builder.get_object(btn).set_image_position(Gtk.PositionType.RIGHT) diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade index cdcefa9..0cc9ef6 100644 --- a/ui/manjaro-hello.glade +++ b/ui/manjaro-hello.glade @@ -222,9 +222,9 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we - - Source code - source + + Development + development True False True