Replace PHP4 -> PHP since we also support upcoming PHP versions
[squirrelmail.git] / src / webmail.php
index aaad5e5fc3ae2f9213c382b4cc90e1b8c9710270..b380b9dd897a11070a0572a19667813ab6542f96 100644 (file)
@@ -90,7 +90,7 @@ $output = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Frameset//EN\">\n".
 if ($err==2) {
     echo $output.
          "<body>\n".
-         "<p>You need to have php4 installed with the multibyte string function \n".
+         "<p>You need to have PHP installed with the multibyte string function \n".
          "enabled (using configure option --enable-mbstring).</p>\n".
          "<p>System assumed that you accidently switched to Japanese translation \n".
          "and reverted your language preference to English.</p>\n".
@@ -183,4 +183,4 @@ echo $output;
 
 ?>
 </frameset>
-</html>
\ No newline at end of file
+</html>