X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fnewmail%2Fnewmail.php;h=da92e6d23d8927590763f48ea9f78032a79ca614;hp=501225180e0fb7ad632505741aa61889a7c70e4c;hb=f281c9b53564c6a2d64b20050925b9676a9352ed;hpb=06a407b94d60ecf48268f85d9119cbb6036f6fab diff --git a/plugins/newmail/newmail.php b/plugins/newmail/newmail.php index 50122518..da92e6d2 100644 --- a/plugins/newmail/newmail.php +++ b/plugins/newmail/newmail.php @@ -33,10 +33,10 @@ sqGetGlobalVar('numnew', $numnew, SQ_GET); ) . html_tag( 'tr', "\n" . html_tag( 'td', - '
' . _("You have").' '. - sprintf( ( $numnew == 1 ? - _("%s new message") : - _("%s new messages") ), $numnew ) . + '
'. + sprintf( ( $numnew == 1 ? + _("You have %s new message") : + _("You have %s new messages") ), $numnew ) . '

' . "\n" . '
' . "\n". '