GNOME Bugzilla – Bug 271485
string issues
Last modified: 2013-09-10 14:03:33 UTC
All in CVS HEAD version 1. Files: calendar/calendar-errors.xml calendar/calendar-errors.xml.h String: "Adding a meaningful Summary to your task will give your recipients an idea of what your appointment is about." Should be (I think): "Adding a meaningful Summary to your task will give your recipients an idea of what your task is about." 2. File: plugins/itip-formatter/itip-view.c Wrong translator comment in (remove "and a date"): ... if (!show_midnight && date_tm->tm_hour == 0 && date_tm->tm_min == 0 && date_tm->tm_sec == 0) { /* strftime format of a weekday and a date. */ format = _("%A"); ... 3. File: plugins/itip-formatter/itip-formatter.c Too much words (remove "Attendee status updated"): ... _("Unable to update attendee statusAttendee status updated. %s"), error->message); ...
adding target as discussed with jpr on irc
All fixed, thanks frank.