aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <a9016009@gmx.de>2011-01-31 21:03:34 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:41:30 +0800
commit27338a30c57628349f372eb596531ec6cf226acc (patch)
tree1f282178206aa5be4b190fa9a9b7168a9f695d64
parent371a33643e4cecd58aab3dbbf5b7a75cfbe6393e (diff)
downloadgsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar.gz
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar.bz2
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar.lz
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar.xz
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.tar.zst
gsoc2013-evolution-27338a30c57628349f372eb596531ec6cf226acc.zip
Add translator comment. See bug #641020.
-rw-r--r--plugins/groupwise-features/camel-gw-listener.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/groupwise-features/camel-gw-listener.c b/plugins/groupwise-features/camel-gw-listener.c
index ff00f50913..02af85b91f 100644
--- a/plugins/groupwise-features/camel-gw-listener.c
+++ b/plugins/groupwise-features/camel-gw-listener.c
@@ -503,6 +503,7 @@ get_addressbook_names_from_server (gchar *source_url)
password = e_passwords_get_password ("Groupwise", key);
if (!password) {
+ /* Translators: First %s is the server name, second %s is user name */
password_prompt = g_strdup_printf (_("Enter password for %s (user %s)"),
poa_address, url->user);
prompt = g_strconcat (failed_auth ? failed_auth : "", password_prompt, NULL);