plural internationalisation required for a sentence in bufr_template.c

Bug #610215 reported by Michel Van Eeckhout
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libECBUFR
Fix Committed
Low
Michel Van Eeckhout

Bug Description

in bufr_template.c:777

sprintf( errmsg, _("### Template contains %d descriptors\n"), count );

This sentence should be internationalised with the plural form otherwise when count is one, there is a mistake.

Should be corrected to:

sprintf( errmsg, _n("### Template contains %d descriptor\n", "### Template contains %d descriptors\n", count), count );

Changed in libecbufr:
assignee: nobody → Michel Van Eeckhout (michel-vaneeckhout)
Changed in libecbufr:
importance: Undecided → Low
Changed in libecbufr:
status: New → In Progress
Changed in libecbufr:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.