diff options
author | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-10-01 04:11:15 +0800 |
commit | 43dfa91e96a82455faeeb6376b02b0dc8a53c93c (patch) | |
tree | bb95caff9d089907f0a0f48144d0dc10089d0fa3 /mail/mail-callbacks.c | |
parent | 44a1f8aeec2c3a49a5fab8e67cd583c39fe54c3f (diff) | |
download | gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.gz gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.tar.zst gsoc2013-evolution-43dfa91e96a82455faeeb6376b02b0dc8a53c93c.zip |
It's a grand old string-review! Nitpicky and minor changes; details in the appropriate ChangeLog files.
svn path=/trunk/; revision=18268
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r-- | mail/mail-callbacks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index e55d125e83..eef61fde6a 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -252,8 +252,8 @@ ask_confirm_for_unwanted_html_mail (EMsgComposer *composer, EDestination **recip } /* FIXME: this wording sucks */ - str = g_string_new (_("You are sending an HTML-formatted message, but the following recipients " - "do not want HTML-formatted mail:\n")); + str = g_string_new (_("You are sending an HTML-formatted message. Please make sure that\n" + "the following recipients are willing and able to receive HTML mail:\n")); for (i = 0; recipients[i] != NULL; ++i) { if (!e_destination_get_html_mail_pref (recipients[i])) { const char *name; |