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 /addressbook | |
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 'addressbook')
-rw-r--r-- | addressbook/addressbook.error.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/addressbook.error.xml b/addressbook/addressbook.error.xml index 76aea53e49..8a8bb68ddc 100644 --- a/addressbook/addressbook.error.xml +++ b/addressbook/addressbook.error.xml @@ -51,8 +51,7 @@ </error> <error id="load-error" type="error"> - <_title>Unable to open address book</_title> - <_primary>Error loading address book.</_primary> + <_primary>Unable to open address book</_primary> <!-- For Translators: {0} is string describing the error why the address book could not be loaded --> <_secondary>{0}</_secondary> </error> @@ -103,7 +102,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> |