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 659462 - Missing plural handling for "the next %d rows"
Missing plural handling for "the next %d rows"
Status: RESOLVED FIXED
Product: nemiver
Classification: Other
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: Nemiver maintainers
Nemiver maintainers
Depends on:
Blocks:
 
 
Reported: 2011-09-19 12:05 UTC by André Klapper
Modified: 2011-10-30 19:11 UTC
See Also:
GNOME target: ---
GNOME version: 3.1/3.2



Description André Klapper 2011-09-19 12:05:51 UTC
http://git.gnome.org/browse/nemiver/tree/src/persp/dbgperspective/nmv-call-stack.cc#n723 :
            msg.printf (_("(Click here to see the next %d rows of the "
                          "call stack)"),

This string is missing ngettext support - See https://live.gnome.org/TranslationProject/DevGuidelines/Plurals
Comment 1 Adrian Zgorzałek 2011-10-30 11:57:22 UTC
http://git.gnome.org/browse/nemiver/commit/?id=85df8cdc58522642957ab57c0cb2b948f08f0838

The patch is already in git from some time, so I think the bug could be marked as solved.
Comment 2 André Klapper 2011-10-30 19:11:38 UTC
True. Thanks for catching that!