Explorar el Código

Recommitting string fix.

Fredrik Jervfors hace 19 años
padre
commit
210ea8ec46
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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" .
         html_tag( 'table', "\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( 'td',