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 320460 - plural forms in gimpprocbrowserdialog.c
plural forms in gimpprocbrowserdialog.c
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Internationalisation
git master
Other All
: Normal normal
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-11-02 01:37 UTC by Alexandre Prokoudine
Modified: 2005-11-02 14:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexandre Prokoudine 2005-11-02 01:37:32 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:
Comment 1 Michael Natterer 2005-11-02 01:58:20 UTC
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.
Comment 2 Michael Natterer 2005-11-02 14:05:11 UTC
Reopening after discussion in bug #320461.
Comment 3 Michael Natterer 2005-11-02 14:46:14 UTC
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.