After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693535 - String not correctly formatted for l10n extraction
String not correctly formatted for l10n extraction
Status: RESOLVED DUPLICATE of bug 693534
Product: gtk+
Classification: Platform
Component: Backend: X11
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-10 17:20 UTC by Gil Forcada
Modified: 2013-02-10 17:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Gil Forcada 2013-02-10 17:20:08 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"'.")
Comment 1 Gil Forcada 2013-02-10 17:41:49 UTC
Sorry the form was sent twice.

*** This bug has been marked as a duplicate of bug 693534 ***