GNOME Bugzilla – Bug 320460
plural forms in gimpprocbrowserdialog.c
Last modified: 2005-11-02 14:46:14 UTC
Please describe the problem: libgimp/gimpprocbrowserdialog.c:484 contains "%d procedures" which should be marked for translation with plural forms Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
I think this fix is appropriate. The label will never say 0, 1, 2 or even 100 procedures. 2005-11-02 Michael Natterer <mitch@gimp.org> * libgimp/gimpprocbrowserdialog.c (browser_search): added comment that _("%d procedures") should be translated with a plural form for *lots* of procedures. Fixes bug #320460.
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.