Start to replace warning level with error level

This commit is contained in:
Marc Delisle
2011-05-03 18:52:37 -04:00
parent 90845aa8cb
commit b2b1953db1
10 changed files with 13 additions and 13 deletions

View File

@@ -305,7 +305,7 @@ if ($server > 0) {
}
/**
* Show warning when javascript support is missing.
* Show notice when javascript support is missing.
*/
echo '<noscript>';
$message = PMA_Message::notice(__('Javascript support is missing or disabled in your browser, some phpMyAdmin functionality will be missing. For example navigation frame will not refresh automatically.'));