diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-10-07 02:21:52 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-10-07 02:21:52 +0800 |
commit | 1e5c74f855dca5c1d1a017a7abbce39768e9efef (patch) | |
tree | 160a0738b7a58ff4d6a64decd54d0fcaf685743c /calendar/calendar.error.xml | |
parent | 11f58b12100ae5177675ef31d16340b9e435e00a (diff) | |
download | gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.gz gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.tar.zst gsoc2013-evolution-1e5c74f855dca5c1d1a017a7abbce39768e9efef.zip |
Several bug fixes under calendar. Use common shortcut for preview pane.
2005-10-06 Srinivasa Ragavan <sragavan@novell.com>
* calendar/: Several bug fixes under calendar.
* ui/: Use common shortcut for preview pane.
svn path=/trunk/; revision=30497
Diffstat (limited to 'calendar/calendar.error.xml')
-rw-r--r-- | calendar/calendar.error.xml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 231440c402..3fd7c71887 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -106,22 +106,22 @@ <button stock="gtk-delete" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-save-appointment" type="question" default="GTK_RESPONSE_YES"> + <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 made changes to this appointment, but not yet saved them.</_secondary> - <button _label="Discard Changes" response="GTK_RESPONSE_NO"/> + <_secondary>You have changed this appointment, but not yet saved them.</_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"/> + <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> </error> - <error id="prompt-save-task" type="question" default="GTK_RESPONSE_YES"> + <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> - <button _label="Discard Changes" response="GTK_RESPONSE_NO"/> + <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> - <button _label="Save Changes" response="GTK_RESPONSE_YES"/> + <button _label="_Save Changes" response="GTK_RESPONSE_YES"/> </error> <error id="prompt-meeting-invite" type="question" default="GTK_RESPONSE_YES"> |