diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 04:06:54 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-07-09 04:06:54 +0800 |
commit | 301528d84bf582d956c0e9b768e4f60259f0cf88 (patch) | |
tree | 805da1fd93810067b918d8467f4b753cf9c68180 /plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml | |
parent | 3615c9dbb4749849de6ea7d913b5c9bc73ba70ce (diff) | |
download | gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.gz gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.tar.zst gsoc2013-evolution-301528d84bf582d956c0e9b768e4f60259f0cf88.zip |
Commit for tnef attachment and attachment reminder
svn path=/trunk/; revision=33769
Diffstat (limited to 'plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml')
-rw-r--r-- | plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml new file mode 100644 index 0000000000..f27f71b12e --- /dev/null +++ b/plugins/attachment-reminder/org-gnome-attachment-reminder.errors.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<error-list domain="org.gnome.evolution.plugins.attachment_reminder"> + <error id="attachment-reminder" type="info"> + <primary>Attachment Reminder</primary> + <secondary>Looks like you have missed the attachments</secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button response="GTK_RESPONSE_YES" label="_Send"></button> + </error> +</error-list> |