GNOME Bugzilla – Bug 777974
Correct an ngettext() use in itip-view.c
Last modified: 2017-01-31 13:49:40 UTC
#: ../src/modules/itip-formatter/itip-view.c:3665 #, c-format msgid "" "The calendar “%s” contains %d appointments which conflict with this meeting" we need plural forms for %d appontments
Thanks for a bug report. That string was in an ngettext(), but incorrectly marked for translation also separately. See the below commit for explanation. Created commit eb6e8cf in evo master (3.23.90+)