diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2009-12-20 18:08:05 +0800 |
---|---|---|
committer | Paul Bolle <pebolle@tiscali.nl> | 2009-12-20 18:08:05 +0800 |
commit | 64dddd6c7c11653986f038f2218870d6b3587059 (patch) | |
tree | 79a9236ac95daa2d56e92c0862ee2f8dbfb2fd55 /calendar | |
parent | f989e5d9702ae54343cf28cecae1d045b416afb6 (diff) | |
download | gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.gz gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.bz2 gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.lz gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.xz gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.zst gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.zip |
Bug 604822 - Drop more alert titles
Drop all alert titles to be found in *.error.xml. HIG suggests alerts
do not have a title.
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/calendar.error.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/calendar/calendar.error.xml b/calendar/calendar.error.xml index 346070bc83..b6afd2ea40 100644 --- a/calendar/calendar.error.xml +++ b/calendar/calendar.error.xml @@ -100,7 +100,6 @@ </error> <error id="prompt-save-meeting" type="warning" default="GTK_RESPONSE_YES"> - <_title>Save Meeting</_title> <_primary>Would you like to save your changes to this meeting?</_primary> <_secondary>You have changed this meeting, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -109,7 +108,6 @@ </error> <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 it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -118,7 +116,6 @@ </error> <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 changed this task, but not yet saved it.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> @@ -127,7 +124,6 @@ </error> <error id="prompt-save-memo" type="warning" default="GTK_RESPONSE_YES"> - <_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"/> @@ -288,7 +284,6 @@ </error> <error id="server-version" type="warning"> - <_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> |