Change 'Build Manjaro' to 'Source code'

This commit is contained in:
Huluti
2017-01-04 20:01:18 +01:00
parent 6fd75a1228
commit 9d129c9638
4 changed files with 39 additions and 39 deletions
+2 -2
View File
@@ -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", "build", "donate"):
for btn in ("wiki", "forums", "chat", "mailling", "source", "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)
@@ -141,7 +141,7 @@ class ManjaroHello():
},
"label": {
"autostartlabel",
"build",
"source",
"chat",
"donate",
"firstcategory",