Sfoglia il codice sorgente

Recommitting string fix.

Fredrik Jervfors 19 anni fa
parent
commit
210ea8ec46
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      plugins/newmail/newmail.php

+ 2 - 1
plugins/newmail/newmail.php

@@ -27,7 +27,8 @@ $numnew = (int)$numnew;
         '<div style="text-align: center;">'. "\n" .
         '<div style="text-align: center;">'. "\n" .
         html_tag( 'table', "\n" .
         html_tag( 'table', "\n" .
             html_tag( 'tr', "\n" .
             html_tag( 'tr', "\n" .
-                html_tag( 'td', '<b>' . _("SquirrelMail Notice:") . '</b>', 'center', $color[0] )
+                // i18n: %s inserts the organisation name (typically SquirrelMail)
+                html_tag( 'td', '<b>' . sprintf(_("%s notice:"), $org_name) . '</b>', 'center', $color[0] )
             ) .
             ) .
             html_tag( 'tr', "\n" .
             html_tag( 'tr', "\n" .
                 html_tag( 'td',
                 html_tag( 'td',