diff options
Diffstat (limited to 'plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml')
-rw-r--r-- | plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml index f27f71b12e..3f19812ce9 100644 --- a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml +++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml @@ -1,9 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<error-list domain="org.gnome.evolution.plugins.attachment_reminder"> +<error-list domain="org.gnome.evolution.plugins.attachment_reminder" default="GTK_RESPONSE_YES"> <error id="attachment-reminder" type="info"> - <primary>Attachment Reminder</primary> - <secondary>Looks like you have missed the attachments</secondary> + <_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 stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> <button response="GTK_RESPONSE_YES" label="_Send"></button> </error> |