aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-signature-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-signature-editor.c')
-rw-r--r--mail/mail-signature-editor.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c
index ce97e403fd..4691ff4f4c 100644
--- a/mail/mail-signature-editor.c
+++ b/mail/mail-signature-editor.c
@@ -174,7 +174,11 @@ do_exit (ESignatureEditor *editor)
GTK_BUTTONS_YES_NO,
_("This signature has been changed, but hasn't been saved.\n"
"\nDo you wish to save your changes?"));
- gtk_dialog_add_button((GtkDialog *)dialog, GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
+ gtk_dialog_add_buttons ((GtkDialog *)dialog,
+ _("_Discard changes"), GTK_RESPONSE_NO,
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ GTK_STOCK_SAVE, GTK_RESPONSE_YES,
+ NULL);
gtk_window_set_title((GtkWindow *)dialog, _("Save signature"));
gtk_dialog_set_default_response((GtkDialog *)dialog, GTK_RESPONSE_YES);