GNOME Bugzilla – Bug 271926
Ngettext weirdness and suspected sentence surgery in Evolution calendar a11y messages
Last modified: 2013-09-10 14:03:33 UTC
#: a11y/calendar/ea-day-view.c:147 a11y/calendar/ea-week-view.c:148 #, c-format msgid ", %d event" #: a11y/calendar/ea-day-view.c:147 a11y/calendar/ea-week-view.c:148 #, c-format msgid ", %d events" The comma at the beginning of the message looks suspicious. Please don't concatenate translateable sentences (http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html#split-sentences). In addition, it looks like the ngettext () call used here doesn't work...
adding patch keyword and setting target milestone to 2.1. see <http://bugzilla.gnome.org/attachment.cgi?id=44723> of bug 271924 for the patch.
patch committed.