Index: trunk/extensions/FormatEmail/FormatEmail.i18n.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | $messages = array(); |
10 | 10 | |
11 | 11 | $messages['en'] = array( |
12 | | - 'email-desc' => 'Allows custom headers/footers to be added to user to user e-mails.', |
| 12 | + 'email-desc' => 'Allows custom headers/footers to be added to user to user e-mails', |
13 | 13 | 'email_header' => '', # do not translate or duplicate this message to other languages |
14 | 14 | 'email_footer' => '---------------------------------------------------------------------------- |
15 | 15 | This e-mail has been sent to you through the {{SITENAME}} e-mail system by $1. |
Index: trunk/extensions/EmailPage/EmailPage.i18n.php |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | */ |
14 | 14 | $messages['en'] = array( |
15 | 15 | 'emailpage' => 'E-mail page', |
16 | | - 'ea-desc' => 'Send rendered HTML page to an e-mail address or list of addresses using [http://phpmailer.sourceforge.net phpmailer].', |
| 16 | + 'ea-desc' => 'Send rendered HTML page to an e-mail address or list of addresses using [http://phpmailer.sourceforge.net phpmailer]', |
17 | 17 | 'ea-heading' => "=== E-mailing the page [[$1]] ===", |
18 | 18 | 'ea-fromgroup' => 'From group:', |
19 | 19 | 'ea-pagesend' => 'Page "$1" sent from $2', |