diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 04:56:04 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-02 04:56:04 +0800 |
commit | b2cda1d0c6d44f53f71bad9e256f41188677dfba (patch) | |
tree | 65bd7560e802baf1740482ae48b952dc5c5957fc /calendar/calendar.error.xml | |
parent | e52986f4225cbe8496043da74ca250521d244705 (diff) | |
download | gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.tar.gz gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.tar.zst gsoc2013-evolution-b2cda1d0c6d44f53f71bad9e256f41188677dfba.zip |
Merge revisions 36016:36533 from trunk.
svn path=/branches/kill-bonobo/; revision=36534
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index d7bd50b85d..d74c27b1fe 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -93,7 +93,7 @@ </error> <error id="prompt-save-appointment" type="warning" default="GTK_RESPONSE_YES"> - <title>Save Appointment</title> + <_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 it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -102,7 +102,7 @@ </error> <error id="prompt-save-task" type="warning" default="GTK_RESPONSE_YES"> - <title>Save Task</title> + <_title>Save Task</_title> <_primary>Would you like to save your changes to this task?</_primary> <_secondary>You have changed this task, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -111,7 +111,7 @@ </error> <error id="prompt-save-memo" type="warning" default="GTK_RESPONSE_YES"> - <title>Save Memo</title> + <_title>Save Memo</_title> <_primary>Would you like to save your changes to this memo?</_primary> <_secondary>You have made changes to this memo, but not yet saved them.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -255,7 +255,7 @@ </error> <error id="server-version" type="warning"> - <title>Server Version</title> + <_title>Server Version</_title> <_primary>Some features may not work properly with your current server.</_primary> <_secondary>You are connecting to an unsupported GroupWise server and may encounter problems using Evolution. For best results, the server should be upgraded to a supported version.</_secondary> </error> |