diff options
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"/> |