From: pdontthink Date: Tue, 21 Dec 2010 14:04:08 +0000 (+0000) Subject: Unify output strings (Thanks to Juergen Edner) (#3139973). X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6504ff6686e028cb54172670371a71e565451406;hp=ace33b58d2b4d8266e1dc66d1bbe54074eb01a70 Unify output strings (Thanks to Juergen Edner) (#3139973). git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@14082 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/newmail/newmail_opt.php b/plugins/newmail/newmail_opt.php index 36273f08..902f089d 100644 --- a/plugins/newmail/newmail_opt.php +++ b/plugins/newmail/newmail_opt.php @@ -41,7 +41,7 @@ echo html_tag( 'table', '', 'center', $color[0], 'width="95%" cellpadding="1" ce html_tag( 'tr' ) . "\n" . html_tag( 'td', '', 'left', $color[4] ) . "
\n"; -echo html_tag( 'p',_("Based on the Folder Preferences option "Enable Unread Message Notification", you can be notified when new messages arrive in your account.")) . "\n" . +echo html_tag( 'p', sprintf(_("Based on the Folder Preferences option %s, you can be notified when new messages arrive in your account."), '"' . _("Enable Unread Message Notification") . '"')) . "\n" . html_tag( 'p', sprintf(_("Selecting the %s option will enable the showing of a popup window when unseen mail is in one of your folders (requires JavaScript)."), '"'._("Show popup window on new mail").'"') ) . "\n" .