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 629396 - Strings require plural forms
Strings require plural forms
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other All
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2010-09-12 07:05 UTC by Marek Černocký
Modified: 2011-12-16 23:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix plural (3.38 KB, patch)
2011-12-11 18:47 UTC, Denis Pauk
none Details | Review
qtif: use ngettext (3.72 KB, patch)
2011-12-16 23:47 UTC, Matthias Clasen
committed Details | Review

Description Marek Černocký 2010-09-12 07:05:12 UTC
Strings from io-qtif.c below require plural forms (ngettex):

"Failed to skip the next %d bytes with seek()."
"Failed to allocate %d bytes for file read buffer"
"QTIF atom size too large (%d bytes)"
Comment 2 Denis Pauk 2011-12-11 18:47:00 UTC
Created attachment 203217 [details] [review]
fix plural
Comment 3 Matthias Clasen 2011-12-16 23:47:24 UTC
The following fix has been pushed:
f0b58cb qtif: use ngettext
Comment 4 Matthias Clasen 2011-12-16 23:47:26 UTC
Created attachment 203709 [details] [review]
qtif: use ngettext

Patch by Denis Pauk, bug 629396.