|
@@ -41,7 +41,7 @@ echo html_tag( 'table', '', 'center', $color[0], 'width="95%" cellpadding="1" ce
|
|
html_tag( 'tr' ) . "\n" .
|
|
html_tag( 'tr' ) . "\n" .
|
|
html_tag( 'td', '', 'left', $color[4] ) . "<br />\n";
|
|
html_tag( 'td', '', 'left', $color[4] ) . "<br />\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',
|
|
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").'"')
|
|
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" .
|
|
) . "\n" .
|