diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/em-folder-utils.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/em-folder-utils.c b/mail/em-folder-utils.c index 443af5b14a..d1a5866de6 100644 --- a/mail/em-folder-utils.c +++ b/mail/em-folder-utils.c @@ -354,8 +354,8 @@ emfu_copy_folder_selected (EMailSession *session, if (local_error != NULL) { e_alert_submit ( alert_sink, cfd->delete ? - "mail:no-move-folder-notexist" : - "mail:no-copy-folder-notexist", + "mail:no-move-folder-nostore" : + "mail:no-copy-folder-nostore", cfd->source_folder_name, uri, local_error->message, NULL); goto fail; @@ -387,8 +387,8 @@ emfu_copy_folder_selected (EMailSession *session, if (local_error != NULL) { e_alert_submit ( alert_sink, cfd->delete ? - "mail:no-move-folder-to-notexist" : - "mail:no-copy-folder-to-notexist", + "mail:no-move-folder-to-nostore" : + "mail:no-copy-folder-to-nostore", cfd->source_folder_name, uri, local_error->message, NULL); goto fail; |