diff options
Diffstat (limited to 'plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml')
-rw-r--r-- | plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml index 69b20fa834..2a7192638f 100644 --- a/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml +++ b/plugins/mailing-list-actions/org-gnome-mailing-list-actions-errors.xml @@ -13,12 +13,12 @@ <error id="ask-send-message" type="question" default="GTK_RESPONSE_YES"> <primary>Send e-mail message to mailing list?</primary> - <secondary>An e-mail message will be sent to the URL "{0}". You can either send the message automatically, or see and change it first. + <secondary>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. You should receive an answer from the mailing list shortly after the message has been sent.</secondary> - <button label="_Send message" response="GTK_RESPONSE_YES"/> - <button label="_Edit message" response="GTK_RESPONSE_NO"/> <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button label="_Edit message" response="GTK_RESPONSE_NO"/> + <button label="_Send message" response="GTK_RESPONSE_YES"/> </error> <error id="malformed-header" type="error"> |