diff options
Diffstat (limited to 'modules/plugin-manager/evolution-plugin-manager.c')
-rw-r--r-- | modules/plugin-manager/evolution-plugin-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/plugin-manager/evolution-plugin-manager.c b/modules/plugin-manager/evolution-plugin-manager.c index 52eb91c32c..a042481f3c 100644 --- a/modules/plugin-manager/evolution-plugin-manager.c +++ b/modules/plugin-manager/evolution-plugin-manager.c @@ -253,7 +253,7 @@ action_plugin_manager_cb (GtkAction *action, _("Plugin Manager"), GTK_WINDOW (extensible), GTK_DIALOG_DESTROY_WITH_PARENT, - GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); + _("_Close"), GTK_RESPONSE_CLOSE, NULL); content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog)); |