assistant: make button labels match mockups
https://bugzilla.gnome.org/show_bug.cgi?id=723212
This commit is contained in:
@ -104,7 +104,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="forward">
|
<object class="GtkButton" id="forward">
|
||||||
<property name="label" translatable="yes">C_ontinue</property>
|
<property name="label" translatable="yes">_Next</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="can_default">True</property>
|
<property name="can_default">True</property>
|
||||||
@ -122,7 +122,7 @@
|
|||||||
</child>
|
</child>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="back">
|
<object class="GtkButton" id="back">
|
||||||
<property name="label" translatable="yes">Go _Back</property>
|
<property name="label" translatable="yes">_Back</property>
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="can_focus">True</property>
|
<property name="can_focus">True</property>
|
||||||
<property name="receives_default">True</property>
|
<property name="receives_default">True</property>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
N_("_Apply");
|
N_("_Apply");
|
||||||
N_("C_ontinue");
|
N_("_Next");
|
||||||
N_("Go _Back");
|
N_("_Back");
|
||||||
N_("_Finish");
|
N_("_Finish");
|
||||||
N_("_Cancel");
|
N_("_Cancel");
|
||||||
N_("_Close");
|
N_("_Close");
|
||||||
|
|||||||
Reference in New Issue
Block a user