[PATCH 3/3] Use slightly less confusing labels for the various back buttons.

Chris Lumens clumens at redhat.com
Wed Sep 12 19:15:32 UTC 2012


---
 pyanaconda/ui/gui/spokes/custom.glade | 1 +
 widgets/src/SpokeWindow.c             | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index b43b2c5..fb831e4 100644
--- a/pyanaconda/ui/gui/spokes/custom.glade
+++ b/pyanaconda/ui/gui/spokes/custom.glade
@@ -314,6 +314,7 @@ all of the data on %s?</property>
     <property name="can_focus">False</property>
     <property name="startup_id">filler</property>
     <property name="window_name">MANUAL PARTITIONING</property>
+    <property name="button-label">_Back to destination selection</property>
     <signal name="button-clicked" handler="on_back_clicked" swapped="no"/>
     <signal name="info-bar-clicked" handler="on_info_bar_clicked" swapped="no"/>
     <child internal-child="main_box">
diff --git a/widgets/src/SpokeWindow.c b/widgets/src/SpokeWindow.c
index 6f4a6e3..bafc5ab 100644
--- a/widgets/src/SpokeWindow.c
+++ b/widgets/src/SpokeWindow.c
@@ -43,7 +43,7 @@ enum {
     PROP_BUTTON_LABEL = 1
 };
 
-#define DEFAULT_BUTTON_LABEL _("Back")
+#define DEFAULT_BUTTON_LABEL _("_Done")
 
 enum {
     SIGNAL_BUTTON_CLICKED,
-- 
1.7.11.2



More information about the anaconda-patches mailing list