Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-07-02 06:14:33 -04:00
commit 974161ef8a
2 changed files with 2 additions and 1 deletions

View File

@ -78,6 +78,7 @@ phpMyAdmin - ChangeLog
- bug #4969 Autoload from prefs_storage not behaving properly
- bug #4972 Incorrect length computed for binary data
- bug Remove character set from create_tables_drizzle.sql
- bug #4973 Users overview needs clarification
4.4.10.0 (2015-06-17)
- bug #4950 Issues in database selection for replication

View File

@ -3199,7 +3199,7 @@ function PMA_getUsersOverview($result, $db_rights, $pmaThemeImage, $text_dir)
. '<table id="tableuserrights" class="data">' . "\n"
. '<thead>' . "\n"
. '<tr><th></th>' . "\n"
. '<th>' . __('User') . '</th>' . "\n"
. '<th>' . __('User name') . '</th>' . "\n"
. '<th>' . __('Host') . '</th>' . "\n"
. '<th>' . __('Password') . '</th>' . "\n"
. '<th>' . __('Global privileges') . ' '