From 2ceef8d80256e1ba7557b7dae4d5b3529464260e Mon Sep 17 00:00:00 2001 From: jervfors Date: Wed, 22 Feb 2006 20:08:53 +0000 Subject: [PATCH] Changing SquirrelMail to "$org_name". Thank's to Michael Long. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10808 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/newmail/newmail.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index d60b8c8f..f41c356e 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', -- 2.25.1