Hey guys,
to fix a remainder of 330588 [1] I corrected the usage of ngettext()
in the mouse capplet which has had this:
ngettext("%d milliseconds", "%d milliseconds", n);
and not this:
ngettext("%d millisecond", "%d milliseconds", n);
This changes the ngettext() translation template and introduces a new
string in it.
Regards,
Sven
[1]http://bugzilla.gnome.org/show_bug.cgi?id=330588
_______________________________________________
gnome-doc-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-doc-list