Use 'User name' in db and table privilege pages as well

Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
This commit is contained in:
Madhura Jayaratne 2015-07-20 11:06:11 +05:30
parent 7b70565fe8
commit f424b63a49

View File

@ -2238,7 +2238,7 @@ function PMA_getHtmlForPrivsTableHead()
return '<thead>'
. '<tr>'
. '<th></th>'
. '<th>' . __('User') . '</th>'
. '<th>' . __('User name') . '</th>'
. '<th>' . __('Host') . '</th>'
. '<th>' . __('Type') . '</th>'
. '<th>' . __('Privileges') . '</th>'