summaryrefslogtreecommitdiffstats
path: root/widgets
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2012-09-12 15:15:08 -0400
committerChris Lumens <clumens@redhat.com>2012-09-13 10:00:27 -0400
commitfc57dea5f627e485e636da159a5f441ba297fd13 (patch)
tree26f56c7d256f77b9b6f65302a4e2027b060d5a39 /widgets
parent06d36a69d89f0db288a95ee65e802168c3382201 (diff)
downloadanaconda-fc57dea5f627e485e636da159a5f441ba297fd13.tar.gz
anaconda-fc57dea5f627e485e636da159a5f441ba297fd13.tar.xz
anaconda-fc57dea5f627e485e636da159a5f441ba297fd13.zip
Use slightly less confusing labels for the various back buttons.
Diffstat (limited to 'widgets')
-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 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,