summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyanaconda/ui/gui/spokes/custom.glade1
-rw-r--r--widgets/src/SpokeWindow.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/pyanaconda/ui/gui/spokes/custom.glade b/pyanaconda/ui/gui/spokes/custom.glade
index b43b2c579..fb831e45b 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 6f4a6e3ee..bafc5ab1f 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,