From: jervfors Date: Thu, 15 Jun 2006 15:04:29 +0000 (+0000) Subject: Recommitting string fix. X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=47f7f1e78566fb58460d5fbcf1e9793668629039;ds=sidebyside Recommitting string fix. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11208 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 50401f7c..14906e3f 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -27,7 +27,8 @@ $numnew = (int)$numnew; '
'. "\n" . html_tag( 'table', "\n" . html_tag( 'tr', "\n" . - html_tag( 'td', '' . _("SquirrelMail Notice:") . '', 'center', $color[0] ) + // i18n: %s inserts the organisation name (typically SquirrelMail) + html_tag( 'td', '' . sprintf(_("%s notice:"), $org_name) . '', 'center', $color[0] ) ) . html_tag( 'tr', "\n" . html_tag( 'td',