GNOME Bugzilla – Bug 320462
plural forms in uri-backend-wget.c
Last modified: 2005-11-02 14:45:32 UTC
Please describe the problem: /plug-ins/uri/uri-backend-wget.c:167 contains "(timeout is %s seconds)" phrase which needs to be translatable with plural forms Steps to reproduce: 1. 2. 3. Actual results: Expected results: Does this happen every time? Other information:
This string can never be called with a small number of seconds. It doesn't make sense to use a plural form here. I've added a translator comment to indicate this fact. Closing as NOTABUG.
Well, the same here: if the last figure can be 1, 2, 3, 4, 5, 6, 7, 8 or 9, then it is subject to plural forms.
Reopening after discussion in bug #320461.
Fixed in CVS: 2005-11-02 Michael Natterer <mitch@gimp.org> * libgimp/gimpprocbrowserdialog.c * libgimpwidgets/gimppropwidgets.c * plug-ins/uri/uri-backend-wget.c: use dngettext() for plural forms. Fixes bug #320460, bug #320461 and bug #320462.