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 134340 - messages in gnome-media needing ngettext
messages in gnome-media needing ngettext
Status: RESOLVED FIXED
Product: gnome-media
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: 2.7.0
Assigned To: gnome media maintainers
gnome media maintainers
Depends on:
Blocks: 116236
 
 
Reported: 2004-02-13 18:25 UTC by Christian Rose
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Rose 2004-02-13 18:25:02 UTC
#: profiles/audio-profiles-edit.c:461
msgid "Delete these two profiles?\n"

#: profiles/audio-profiles-edit.c:463
#, c-format
msgid "Delete these %d profiles?\n"


This looks like a situation that would really need ngettext ().
 
See bug 116236 for more about ngettext.