diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/calendar.error.xml | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5369bf45c1..dd92e06d0c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2006-01-23 Tino Meinen <a.t.meinen@chello.nl> + Fixes #325831 + * calendar.error.xml: Corrected a grammatical error in a message + for saving changed appointments, and changed the corresponding + message for tasks correspondingly + 2006-01-25 Chenthill Palanisamy <pchenthill@novell.com> * gui/alarm-notify/alarm-queue.c: (popup_notification): diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index c988dc371b..77f002f3ab 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -109,7 +109,7 @@ <error id="prompt-save-appointment" type="warning" default="GTK_RESPONSE_YES"> <title>Save Appointment</title> <_primary>Would you like to save your changes to this appointment?</_primary> - <_secondary>You have changed this appointment, but not yet saved them.</_secondary> + <_secondary>You have changed this appointment, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> @@ -118,7 +118,7 @@ <error id="prompt-save-task" type="warning" default="GTK_RESPONSE_YES"> <title>Save Task</title> <_primary>Would you like to save your changes to this task?</_primary> - <_secondary>You have made changes to this task, but not yet saved them.</_secondary> + <_secondary>You have changed this task, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> |