[evolution-mapi] Bug 592368 - Missing string after format string.



commit 834c0bab6062f4f88aff93ada672b34bef8ff450
Author: Johnny Jacob <jjohnny novell com>
Date:   Wed Aug 26 13:00:54 2009 +0530

    Bug 592368 - Missing string after format string.

 src/camel/camel-mapi-folder.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-folder.c b/src/camel/camel-mapi-folder.c
index 1cc50fe..04e54cf 100644
--- a/src/camel/camel-mapi-folder.c
+++ b/src/camel/camel-mapi-folder.c
@@ -1968,7 +1968,7 @@ mapi_append_message (CamelFolder *folder, CamelMimeMessage *message,
 
 	if (offline->state == CAMEL_OFFLINE_STORE_NETWORK_UNAVAIL) {
 		camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM, 
-				      _("Offline. '%s'"));
+				      _("Offline."));
 		return;
 	}
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]