From fc57dea5f627e485e636da159a5f441ba297fd13 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 12 Sep 2012 15:15:08 -0400 Subject: Use slightly less confusing labels for the various back buttons. --- widgets/src/SpokeWindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') 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, -- cgit