diff options
author | Tino Meinen <a.t.meinen@chello.nl> | 2006-01-27 00:02:02 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2006-01-27 00:02:02 +0800 |
commit | dba0c5075bbecea9d58f32170625865ae1135bcc (patch) | |
tree | 0eef852c1072f2dc3eff3c7c1d9ddf593b9a7643 /calendar/calendar.error.xml | |
parent | e9e40f409c5470f892ff1dd89d1acf0bb71b9db1 (diff) | |
download | gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.gz gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.zst gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.zip |
Fixes #325831 Corrected a grammatical error in a message for saving
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
svn path=/trunk/; revision=31317
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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"/> |