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 /composer | |
parent | f989e5d9702ae54343cf28cecae1d045b416afb6 (diff) | |
download | gsoc2013-evolution-64dddd6c7c11653986f038f2218870d6b3587059.tar.gz 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 'composer')
-rw-r--r-- | composer/mail-composer.error.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index d622c80520..6865e7d5dc 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -22,7 +22,6 @@ </error> <error id="recover-autosave" type="question" default="GTK_RESPONSE_YES"> - <_title>Unfinished messages found</_title> <_primary>Do you want to recover unfinished messages?</_primary> <_secondary>Evolution quit unexpectedly while you were composing a new message. Recovering the message will allow you to continue where you left off.</_secondary> <button _label="_Do not Recover" response="GTK_RESPONSE_CANCEL"/> @@ -42,7 +41,6 @@ </error> <error id="exit-unsaved" modal="true" type="warning" default="GTK_RESPONSE_YES"> - <_title>Warning: Modified Message</_title> <_primary>Are you sure you want to discard the message, titled '{0}', you are composing?</_primary> <_secondary>Closing this composer window will discard the message permanently, unless you choose to save the message in your Drafts folder. This will allow you to continue the message at a later date.</_secondary> <button _label="_Discard Changes" response="GTK_RESPONSE_NO"/> |