diff options
Diffstat (limited to 'shell/e-storage.c')
-rw-r--r-- | shell/e-storage.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/e-storage.c b/shell/e-storage.c index 00f07f0250..3ef8041d8a 100644 --- a/shell/e-storage.c +++ b/shell/e-storage.c @@ -497,6 +497,8 @@ e_storage_result_to_string (EStorageResult result) return _("Operation not supported"); case E_STORAGE_UNSUPPORTEDTYPE: return _("The specified type is not supported in this storage"); + case E_STORAGE_CANTCHANGESTOCKFOLDER: + return _("The specified folder cannot be modified or removed"); default: return _("Unknown error"); } |