assistant: make button labels match mockups

https://bugzilla.gnome.org/show_bug.cgi?id=723212
This commit is contained in:
William Jon McCann 2014-01-28 21:37:10 -05:00
parent ec10bbd6f5
commit 8ea33c29d7
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -1,6 +1,6 @@
N_("_Apply");
N_("C_ontinue");
N_("Go _Back");
N_("_Next");
N_("_Back");
N_("_Finish");
N_("_Cancel");
N_("_Close");