GNOME Bugzilla – Bug 236137
Leading %s in addressbook message totally non-obvious
Last modified: 2013-09-10 14:00:06 UTC
#: addressbook/gui/component/addressbook.c:647 #: addressbook/gui/component/addressbook.c:650 #, c-format msgid "%sEnter password for %s (user %s)" Looking at this message, it's totally non-obvious what the first %s does or how it relates to anything that should be translated. I suggest to replace this with a solution with the advanced string magic composition being done outside the gettext call.
*** bug 240776 has been marked as a duplicate of this bug. ***
Still in 1.5.94, line 191
Removed the leading %s and did string concatanation as they are two different sentences