summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorLuca Ferretti <elle.uca@libero.it>2009-02-15 13:37:48 +0000
committerLuca Ferretti <lferrett@src.gnome.org>2009-02-15 13:37:48 +0000
commitd957b754463cf36615e943d198e6fb72f19a1f84 (patch)
tree221fa798345117a3289ca1e8554aeb18061621a1 /plugins
parent141d22a9fb74b75a88e55f7162a32b848ec58bc1 (diff)
downloadgnome-settings-daemon-d957b754463cf36615e943d198e6fb72f19a1f84.tar.gz
reviewed by: Jens Granseuer
2009-02-15 Luca Ferretti <elle.uca@libero.it> reviewed by: Jens Granseuer * plugins/xrandr/gsd-xrandr-manager.c: (user_says_things_are_ok): HIG fix for button labels (bug #571819) svn path=/trunk/; revision=715
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xrandr/gsd-xrandr-manager.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xrandr/gsd-xrandr-manager.c b/plugins/xrandr/gsd-xrandr-manager.c
index 1429a111..be6380bc 100644
--- a/plugins/xrandr/gsd-xrandr-manager.c
+++ b/plugins/xrandr/gsd-xrandr-manager.c
@@ -215,8 +215,8 @@ user_says_things_are_ok (GsdXrandrManager *manager)
timeout.countdown = 10;
print_countdown_text (&timeout);
- gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("Restore the previous configuration"), GTK_RESPONSE_CANCEL);
- gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("Keep this configuration"), GTK_RESPONSE_ACCEPT);
+ gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Restore Previous Configuration"), GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_button (GTK_DIALOG (timeout.dialog), _("_Keep This Configuration"), GTK_RESPONSE_ACCEPT);
gtk_dialog_set_default_response (GTK_DIALOG (timeout.dialog), GTK_RESPONSE_ACCEPT); /* ah, the optimism */
g_signal_connect (timeout.dialog, "response",