GNOME Bugzilla – Bug 694616
translation comment is not in po file
Last modified: 2013-02-24 23:58:57 UTC
in file ../camel/camel-session.c:1423 is translation comment two lines up to translated text, that this translation comment is not in po file. /* 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 ( _("Please enter the %s password for %s on host %s."), type, user_markup, host_markup); I think, correct is: 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);
You're right. Fixed in: http://git.gnome.org/browse/evolution-data-server/commit/?id=feda199a51ecf0f84dbc8969f4f1b9c3b547f61d