Change 'Build Manjaro' to 'Source code'
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user