Move some messages to places where they belong.

This is bascially just test that everything works as expected, much more
messages should follow.
This commit is contained in:
Michal Čihař
2010-03-11 23:58:38 +01:00
parent b33cbac41e
commit 8781e81c5e
61 changed files with 92826 additions and 92829 deletions

View File

@@ -1901,7 +1901,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
echo ' </select>' . "\n";
}
echo ' <input type="text" id="text_dbname" name="dbname" />' . "\n"
. PMA_showHint($GLOBALS['strEscapeWildcards']);
. PMA_showHint(__('Wildcards _ and % should be escaped with a \ to use them literally'));
} else {
echo ' <input type="hidden" name="dbname" value="' . htmlspecialchars($dbname) . '"/>' . "\n"
. ' <label for="text_tablename">' . $GLOBALS['strAddPrivilegesOnTbl'] . ':</label>' . "\n";