From feda199a51ecf0f84dbc8969f4f1b9c3b547f61d Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 24 Feb 2013 18:56:38 -0500 Subject: [PATCH] Fix translator comment in camel_session_build_password_prompt(). --- camel/camel-session.c | 6 +++--- 1 file 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 ("%s", user); host_markup = g_markup_printf_escaped ("%s", 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); -- 2.7.4