From d6b85969a8b3bb6fc76529a29a7a1bd47a3a9cbe Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sat, 28 Dec 2002 12:16:15 +0000 Subject: [PATCH] hardcoded string --- user_details.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ?>