GNOME Bugzilla – Bug 629396
Strings require plural forms
Last modified: 2011-12-16 23:47:26 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)"
http://live.gnome.org/TranslationProject/DevGuidelines/Plurals
Created attachment 203217 [details] [review] fix plural
The following fix has been pushed: f0b58cb qtif: use ngettext
Created attachment 203709 [details] [review] qtif: use ngettext Patch by Denis Pauk, bug 629396.