diff options
Diffstat (limited to 'mail/em-account-prefs.c')
-rw-r--r-- | mail/em-account-prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c index e7530a0041..f5499a6195 100644 --- a/mail/em-account-prefs.c +++ b/mail/em-account-prefs.c @@ -214,7 +214,7 @@ account_delete_clicked (GtkButton *button, gpointer user_data) if (account == NULL || prefs->editor != NULL) return; - ans = e_error_run(PREFS_WINDOW(prefs), "mail:ask-account-delete", NULL); + ans = e_error_run(PREFS_WINDOW(prefs), "mail:ask-delete-account", NULL); if (ans == GTK_RESPONSE_YES) { int len; |