New String/String Changed (GNOME Control Center)



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]