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 /plugins | |
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 'plugins')
3 files changed, 2 insertions, 4 deletions
diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml index c5e83387d4..4d77f4475b 100644 --- a/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml +++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.error.xml @@ -2,7 +2,6 @@ <error-list domain="org.gnome.evolution.plugins.attachment_reminder" default="GTK_RESPONSE_YES"> <error id="attachment-reminder" type="info"> - <_title>Attachment Reminder</_title> <_primary>Message has no attachments</_primary> <_secondary>Evolution has found some keywords that suggest that this message should contain an attachment, but cannot find one.</_secondary> <button response="GTK_RESPONSE_OK" _label="_Add attachment..."/> diff --git a/plugins/backup-restore/org-gnome-backup-restore.error.xml b/plugins/backup-restore/org-gnome-backup-restore.error.xml index 6b3bb8ad52..b2e961a87b 100644 --- a/plugins/backup-restore/org-gnome-backup-restore.error.xml +++ b/plugins/backup-restore/org-gnome-backup-restore.error.xml @@ -2,7 +2,7 @@ <error-list domain="org.gnome.backup-restore"> <error id="invalid-backup" type="warning"> - <_title>Invalid Evolution backup file</_title> + <_primary>Invalid Evolution backup file</_primary> <_secondary>Please select a valid backup file to restore.</_secondary> </error> <error id="backup-confirm" type="warning" default="GTK_RESPONSE_NO"> @@ -18,7 +18,7 @@ <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> </error> <error id="insufficient-permissions" type="error"> - <_title>Insufficient Permissions</_title> + <_primary>Insufficient Permissions</_primary> <_secondary>The selected folder is not writable.</_secondary> </error> </error-list> diff --git a/plugins/default-mailer/org-gnome-default-mailer.error.xml b/plugins/default-mailer/org-gnome-default-mailer.error.xml index fe9cf5a409..03e2e8262d 100644 --- a/plugins/default-mailer/org-gnome-default-mailer.error.xml +++ b/plugins/default-mailer/org-gnome-default-mailer.error.xml @@ -2,7 +2,6 @@ <error-list domain="org.gnome.default.mailer"> <error id="check-default" type="question" default="GTK_RESPONSE_YES"> - <_title>Evolution</_title> <_secondary>Do you want to make Evolution your default e-mail client?</_secondary> <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> <button stock="gtk-no" response="GTK_RESPONSE_NO"/> |