diff options
Diffstat (limited to 'mail/em-folder-properties.c')
-rw-r--r-- | mail/em-folder-properties.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-folder-properties.c b/mail/em-folder-properties.c index 2b3ad31ee8..ba51b64d71 100644 --- a/mail/em-folder-properties.c +++ b/mail/em-folder-properties.c @@ -413,7 +413,7 @@ emfp_dialog_run (AsyncContext *context) _("Folder Properties"), context->parent_window, GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_STOCK_CLOSE, GTK_RESPONSE_OK, NULL); + _("_Close"), GTK_RESPONSE_OK, NULL); gtk_window_set_default_size ((GtkWindow *) dialog, 192, 160); gtk_widget_ensure_style (dialog); |