aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorTino Meinen <a.t.meinen@chello.nl>2006-01-27 00:02:02 +0800
committerAndre Klapper <aklapper@src.gnome.org>2006-01-27 00:02:02 +0800
commitdba0c5075bbecea9d58f32170625865ae1135bcc (patch)
tree0eef852c1072f2dc3eff3c7c1d9ddf593b9a7643 /calendar
parente9e40f409c5470f892ff1dd89d1acf0bb71b9db1 (diff)
downloadgsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar
gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.gz
gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.bz2
gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.lz
gsoc2013-evolution-dba0c5075bbecea9d58f32170625865ae1135bcc.tar.xz
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')
-rw-r--r--calendar/ChangeLog6
-rw-r--r--calendar/calendar.error.xml4
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"/>