[evolution-data-server] Fix translator comment in camel_session_build_password_prompt().



commit feda199a51ecf0f84dbc8969f4f1b9c3b547f61d
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Feb 24 18:56:38 2013 -0500

    Fix translator comment in camel_session_build_password_prompt().

 camel/camel-session.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/camel/camel-session.c b/camel/camel-session.c
index 71b27b8..8d75099 100644
--- a/camel/camel-session.c
+++ b/camel/camel-session.c
@@ -1416,10 +1416,10 @@ camel_session_build_password_prompt (const gchar *type,
        user_markup = g_markup_printf_escaped ("<b>%s</b>", user);
        host_markup = g_markup_printf_escaped ("<b>%s</b>", host);
 
-       /* Translators: The first argument is the account type
-        * (e.g. "IMAP"), the second is the user name, and the
-        * third is the host name. */
        prompt = g_strdup_printf (
+               /* Translators: The first argument is the account type
+                * (e.g. "IMAP"), the second is the user name, and the
+                * third is the host name. */
                _("Please enter the %s password for %s on host %s."),
                type, user_markup, host_markup);
 


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