From 6504ff6686e028cb54172670371a71e565451406 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Tue, 21 Dec 2010 14:04:08 +0000 Subject: [PATCH] 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 --- plugins/newmail/newmail_opt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" . -- 2.25.1