blob: 6116898815109c449a4909be92fd80dd02a5c4a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="UTF-8"?>
<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 stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
<button response="GTK_RESPONSE_YES" label="_Send"></button>
</error>
</error-list>
|