Explorar o código

Fixed a minor grammatical error.

Tyler Akins %!s(int64=23) %!d(string=hai) anos
pai
achega
9452bb9ae4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins/newmail/setup.php

+ 1 - 1
plugins/newmail/setup.php

@@ -197,7 +197,7 @@
             if ($newmail_changetitle) {
                 echo "<script language=\"javascript\">\n" .
                     "function ChangeTitleLoad() {\n";
-                if( $totalNew > 1 ) {
+                if( $totalNew > 1 || $totalNew == 0 ) {
                     echo 'window.parent.document.title = "' .
                         sprintf(_("%s New Messages"), $totalNew ) .
                         "\";\n";