Rename install button

This commit is contained in:
Hugo Posnic
2016-12-26 17:29:24 +01:00
parent e3fc3aceaa
commit e7b263b995
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -437,9 +437,9 @@ We, the Manjaro Developers, hope that you will enjoy using Manjaro as much as we
</packing>
</child>
<child>
<object class="GtkButton" id="installgui">
<object class="GtkButton" id="install">
<property name="label" translatable="yes">Use Calamares (Graphic method)</property>
<property name="name">installgui</property>
<property name="name">install</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<signal name="clicked" handler="on_action_clicked" swapped="no"/>