After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 271485 - string issues
string issues
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: general
unspecified
Other All
: Normal enhancement
: ---
Assigned To: JP Rosevear
Evolution QA team
Depends on:
Blocks: 236276
 
 
Reported: 2005-01-19 21:40 UTC by Frank Arnold
Modified: 2013-09-10 14:03 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Frank Arnold 2005-01-19 21:40:35 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);
...
Comment 1 André Klapper 2005-01-26 21:19:01 UTC
adding target as discussed with jpr on irc
Comment 2 JP Rosevear 2005-01-27 05:36:00 UTC
All fixed, thanks frank.