GNOME Bugzilla – Bug 261093
Strange string surgery in evolution camel
Last modified: 2013-09-10 14:03:33 UTC
#: camel/providers/imap/camel-imap-store.c:1301 #: camel/providers/imapp/camel-imapp-store.c:344 #, c-format msgid "%sPlease enter the IMAP password for %s@%s" For a translator, it's almost impossible to know what the first %s gets filled in with here or if it is something to take into account. Don't puzzle strings together this way, and if you still have to do it, please use translator comments (http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#use-comments) to explain.
Please also see http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#split-sentences.
What's the status on this?
this is to be removed in 2.1, so no longer an issue. %s is just a placeholder for other text, it must remain at the start of the string. its a lot easier to do this than fucking around with strcats and other crap to try to form the string.