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 695339 - Swapped msgid plural forms for translation
Swapped msgid plural forms for translation
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
2.35.x
Other Linux
: Normal trivial
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-03-07 02:52 UTC by Theppitak Karoonboonyanan
Modified: 2013-03-07 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Theppitak Karoonboonyanan 2013-03-07 02:52:33 UTC
#: ../gio/gdbusmessage.c:1383
#, c-format
msgid "Wanted to read %lu bytes but only got %lu"
msgid_plural "Wanted to read %lu byte but only got %lu"

"bytes" should be used in msgid_plural, not msgid.