GNOME Bugzilla – Bug 548841
Incorrect usage of plural forms in gphoto backend
Last modified: 2008-08-21 11:55:18 UTC
Plural forms are not handled correctly in the gphoto2 backend. This causes i18n issues for some languages.
Created attachment 117130 [details] [review] Proposed fix Please review; I can commit myself.
Created attachment 117131 [details] [review] Same patch with bug reference in ChangeLog
Note to self: notify gnome-i18n when committed.
also see http://live.gnome.org/TranslationProject/DevGuidelines/Plurals for more information.
Looks good to commit.
2008-08-21 Wouter Bolsterlee <wbolster@svn.gnome.org> * daemon/gvfsbackendgphoto2.c (do_unmount): Handle plural forms correctly. Fixes bug #548841.