mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
assistant: make button labels match mockups
https://bugzilla.gnome.org/show_bug.cgi?id=723212
This commit is contained in:
parent
ec10bbd6f5
commit
8ea33c29d7
@ -104,7 +104,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<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="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
@ -122,7 +122,7 @@
|
||||
</child>
|
||||
<child>
|
||||
<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="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
|
@ -1,6 +1,6 @@
|
||||
N_("_Apply");
|
||||
N_("C_ontinue");
|
||||
N_("Go _Back");
|
||||
N_("_Next");
|
||||
N_("_Back");
|
||||
N_("_Finish");
|
||||
N_("_Cancel");
|
||||
N_("_Close");
|
||||
|
Loading…
Reference in New Issue
Block a user