diff options
author | Andre Klapper <a9016009@gmx.de> | 2011-01-31 21:03:34 +0800 |
---|---|---|
committer | Andre Klapper <a9016009@gmx.de> | 2011-01-31 21:05:28 +0800 |
commit | dc94b1067eda911a0670d31bef996297af2db92c (patch) | |
tree | c1001e57f89267085f78161c0377c608b8bdb3cb /plugins | |
parent | bd7a0270f0f315197c20bb54397f0ae2bac0715d (diff) | |
download | gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar.gz gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar.bz2 gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar.lz gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar.xz gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.tar.zst gsoc2013-evolution-dc94b1067eda911a0670d31bef996297af2db92c.zip |
Add translator comment. See bug #641020.
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/groupwise-features/camel-gw-listener.c | 1 |
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); |