GNOME Bugzilla – Bug 693534
String not correctly formatted for l10n extraction
Last modified: 2013-02-10 22:36:13 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"'.")
*** Bug 693535 has been marked as a duplicate of this bug. ***
fixed in git.
Million thanks!