diff --git a/user_details.php3 b/user_details.php3 index c793f4c55..f5bd86bec 100644 --- a/user_details.php3 +++ b/user_details.php3 @@ -64,7 +64,7 @@ function PMA_tableGrants(&$host_db_result, $dbcheck = FALSE) { echo ' ' . UCFirst($GLOBALS['strTable']) . '' . "\n"; echo ' ' . $GLOBALS['strPrivileges'] . '' . "\n"; if (!$dbcheck) { - echo ' Grant Option' . "\n"; + echo ' ' . $GLOBALS['strGrantOption'] . '' . "\n"; } ?>