[evolution-mapi] Bug 764109 - Typo in error message
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Bug 764109 - Typo in error message
- Date: Thu, 24 Mar 2016 09:57:09 +0000 (UTC)
commit 002e7b377d0e70e346fe64240d423422c85562fe
Author: Sebastian Rasmussen <sebras gmail com>
Date: Thu Mar 24 10:56:46 2016 +0100
Bug 764109 - Typo in error message
src/camel/camel-mapi-store.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/camel/camel-mapi-store.c b/src/camel/camel-mapi-store.c
index b92cb46..69f992d 100644
--- a/src/camel/camel-mapi-store.c
+++ b/src/camel/camel-mapi-store.c
@@ -1284,7 +1284,7 @@ mapi_store_create_folder_sync (CamelStore *store,
g_set_error_literal (
error, CAMEL_SERVICE_ERROR,
CAMEL_SERVICE_ERROR_UNAVAILABLE,
- _("MAPI folders can be created only within mailbox of the logged user"));
+ _("MAPI folders can be created only within mailbox of the logged in user"));
return NULL;
}
@@ -2152,7 +2152,7 @@ mapi_connect_sync (CamelService *service,
if (!camel_offline_store_get_online (CAMEL_OFFLINE_STORE (store))) {
g_set_error_literal (
error, CAMEL_SERVICE_ERROR, CAMEL_SERVICE_ERROR_UNAVAILABLE,
- _("Cannot connect MAPI store in offline mode"));
+ _("Cannot connect to MAPI store in offline mode"));
return FALSE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]