GNOME Bugzilla – Bug 693535
String not correctly formatted for l10n extraction
Last modified: 2013-02-10 17:41:49 UTC
The string[1] in gdk-pixbuf/io-jpeg.c (line 1279 right now) is not extracted correctly with l10n tools, as it's exported as: msgid "Color profile has invalid length '%" Thus is missing the closing single quote character. I'm not sure how that's rendered when translated actually, because if the G_GSIZE_FORMAT is changed at runtime by some value, then the translation will not be used, as it will not match the string with the G_GSIZE_FORMAT already changed for some other value... [1] _("Color profile has invalid length '%"G_GSIZE_FORMAT"'.")
Sorry the form was sent twice. *** This bug has been marked as a duplicate of bug 693534 ***