evolution-data-server r9455 - trunk/camel/providers/imap4



Author: leonardof
Date: Sun Aug 31 21:11:36 2008
New Revision: 9455
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9455&view=rev

Log:
2008-08-31  Leonardo Ferreira Fontenelle  <leonardof gnome org>

	* camel-imap4-store.c: (imap4_get_folder_info): Added translator
	comments. Fixes bug #549241.


Modified:
   trunk/camel/providers/imap4/ChangeLog
   trunk/camel/providers/imap4/camel-imap4-store.c

Modified: trunk/camel/providers/imap4/camel-imap4-store.c
==============================================================================
--- trunk/camel/providers/imap4/camel-imap4-store.c	(original)
+++ trunk/camel/providers/imap4/camel-imap4-store.c	Sun Aug 31 21:11:36 2008
@@ -1572,6 +1572,8 @@
 		camel_imap4_command_unref (ic);
 		
 		camel_exception_setv (ex, CAMEL_EXCEPTION_SYSTEM,
+		/* Translators: the first %s is an IMAP4 command, either LSUB or LIST.
+		 * The fourth one is an error message. */
 				      _("Cannot get %s information for pattern '%s' on IMAP server %s: %s"),
 				      cmd, pattern, engine->url->host, ic->result == CAMEL_IMAP4_RESULT_BAD ?
 				      _("Bad command") : _("Unknown error"));



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