strings to gettext, second batch
This commit is contained in:
@@ -26,7 +26,7 @@ $cfgRelation = PMA_getRelationsParam();
|
||||
*/
|
||||
if (isset($_REQUEST['submit_sql']) && ! empty($sql_query)) {
|
||||
$goto = 'db_sql.php';
|
||||
$zero_rows = htmlspecialchars($GLOBALS['strSuccess']);
|
||||
$zero_rows = htmlspecialchars(__('Your SQL query has been executed successfully'));
|
||||
require './sql.php';
|
||||
exit;
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user