summaryrefslogtreecommitdiffstats
path: root/widgets/src/SpokeWindow.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-03-30 13:48:37 -0400
committerChris Lumens <clumens@redhat.com>2012-03-30 13:48:37 -0400
commit737e2d99c6901832f84c6032baac19ed429b0d32 (patch)
treed79959066f5d3fd78b4fdde92aaa487c9544ebe2 /widgets/src/SpokeWindow.c
parentf8b151ddd29975222ed1bba7aab52a9cf1d84713 (diff)
downloadanaconda-737e2d99c6901832f84c6032baac19ed429b0d32.tar.gz
anaconda-737e2d99c6901832f84c6032baac19ed429b0d32.tar.xz
anaconda-737e2d99c6901832f84c6032baac19ed429b0d32.zip
You're not always going back to the summary, so make the text more generic.
Diffstat (limited to 'widgets/src/SpokeWindow.c')
-rw-r--r--widgets/src/SpokeWindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/src/SpokeWindow.c b/widgets/src/SpokeWindow.c
index 0436dd5d0..35294b09a 100644
--- a/widgets/src/SpokeWindow.c
+++ b/widgets/src/SpokeWindow.c
@@ -103,7 +103,7 @@ static void anaconda_spoke_window_init(AnacondaSpokeWindow *win) {
gtk_window_set_modal(GTK_WINDOW(win), TRUE);
/* Create the buttons. */
- win->priv->back_button = gtk_button_new_with_mnemonic(_("_Back to install summary"));
+ win->priv->back_button = gtk_button_new_with_mnemonic(_("_Back"));
gtk_widget_set_halign(win->priv->back_button, GTK_ALIGN_START);
/* Hook up some signals for that button. The signal handlers here will