> Hi All:
>
> I'm requesting a string freeze break for Orca.  The first one, which
> is in src/orca/nautilus.py comes as a result of a direct request from
> our user community.  It helps users understand how many items they are
> working with in a folder when they open it in nautilus.  It is a
> highly desired feature by our users.
>
> src/orca/scripts/nautilus.py:
>
>                          itemCountString = _(" %d items") % itemCount

I think you are using simple gettext function call when string needs
ngettext call.

See
http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#plurals

_______________________________________________
gnome-i18n mailing list
gnome-i18n@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-i18n

Reply via email to