aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 17d67c46de..2bf099a2f2 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -327,7 +327,7 @@ mail_add_new_storage (const char *uri, Evolution_Shell corba_shell, CamelExcepti
if (url->host == NULL) {
camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM,
- "Bad storage URL (no server): %s",
+ _("Bad storage URL (no server): %s"),
uri);
return;
}
@@ -346,7 +346,7 @@ mail_add_new_storage (const char *uri, Evolution_Shell corba_shell, CamelExcepti
return;
default:
camel_exception_set (ex, CAMEL_EXCEPTION_SYSTEM,
- "mail_tool_add_new_storage: Cannot register storage on shell");
+ _("Cannot register storage with shell"));
break;
}