[gtk+] assistant: make button labels match mockups
- From: William Jon McCann <mccann src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] assistant: make button labels match mockups
- Date: Thu, 30 Jan 2014 01:56:56 +0000 (UTC)
commit 8ea33c29d7811ac13ceedac2ef1794de8308561d
Author: William Jon McCann <william jon mccann gmail com>
Date: Tue Jan 28 21:37:10 2014 -0500
assistant: make button labels match mockups
https://bugzilla.gnome.org/show_bug.cgi?id=723212
gtk/resources/ui/gtkassistant.ui | 4 ++--
gtk/resources/ui/gtkassistant.ui.h | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/gtk/resources/ui/gtkassistant.ui b/gtk/resources/ui/gtkassistant.ui
index 983cd83..a5748db 100644
--- a/gtk/resources/ui/gtkassistant.ui
+++ b/gtk/resources/ui/gtkassistant.ui
@@ -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>
diff --git a/gtk/resources/ui/gtkassistant.ui.h b/gtk/resources/ui/gtkassistant.ui.h
index 2f083fc..da26346 100644
--- a/gtk/resources/ui/gtkassistant.ui.h
+++ b/gtk/resources/ui/gtkassistant.ui.h
@@ -1,6 +1,6 @@
N_("_Apply");
-N_("C_ontinue");
-N_("Go _Back");
+N_("_Next");
+N_("_Back");
N_("_Finish");
N_("_Cancel");
N_("_Close");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]