aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
diff options
context:
space:
mode:
authorMeilof Veeningen <meilof@wanadoo.nl>2004-11-12 13:03:07 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-12 13:03:07 +0800
commit55bead18b69fd4e7ad2b09700867add2ca7e9838 (patch)
tree2c03fe202d748564ac9d818559b2a728f3142e15 /plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
parent725dc02affb727219a036f0f51edae33fa249263 (diff)
downloadgsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.gz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.bz2
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.lz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.xz
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.tar.zst
gsoc2013-evolution-55bead18b69fd4e7ad2b09700867add2ca7e9838.zip
Added author tag, fixed description, removed "plugin" from name, changed
2004-11-04 Meilof Veeningen <meilof@wanadoo.nl> * org-gnome-mailing-list-actions.eplug.in: Added author tag, fixed description, removed "plugin" from name, changed position of item in popup menu, using "enable" rather than "visible" for bonobo menus * org-gnome-mailing-list-actions.xml: Now place menus in MailMessageActions placeholder; moved label to <commands> section * org-gnome-mailing-list-actions-errors.xml: fixed button order: "Cancel" now leftmost button; added e-mail address to send confirm dialog * mailing-list-actions.c: account guessing now first based on message; added e-mail address to send confirm dialog svn path=/trunk/; revision=27897
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h')
-rw-r--r--plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
index a5bbbbcc20..9518fc4318 100644
--- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
+++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml.h
@@ -9,11 +9,11 @@ char *s = N_("Posting to this mailing list is not allowed. Possibly, this is a r
/* org.gnome.mailing-list-actions:ask-send-message primary */
char *s = N_("Send e-mail message to mailing list?");
/* org.gnome.mailing-list-actions:ask-send-message secondary */
-char *s = N_("An e-mail message will be sent to the URL \"{0}\". You can either send the message automatically, or see and change it first.\n"
+char *s = N_("An e-mail message will be sent to the URL \"{1}\", using the e-mail address \"{0}\". You can either send the message automatically, or see and change it first.\n"
"\n"
"You should receive an answer from the mailing list shortly after the message has been sent.");
-char *s = N_("_Send message");
char *s = N_("_Edit message");
+char *s = N_("_Send message");
/* org.gnome.mailing-list-actions:malformed-header primary */
char *s = N_("Malformed header");
/* org.gnome.mailing-list-actions:malformed-header secondary */