The branch, master has been updated via cb194132537f67d7970a549e9e5517256d2d1be6 (commit) from 6135e405bf58a6c110743361c4d696c17c5f2a27 (commit)
- Log ----------------------------------------------------------------- commit cb194132537f67d7970a549e9e5517256d2d1be6 Author: Marc Delisle marc@infomarc.info Date: Mon Oct 24 09:50:39 2011 -0400
Improve menu tab and page title
-----------------------------------------------------------------------
Summary of changes: libraries/server_links.inc.php | 2 +- server_privileges.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/libraries/server_links.inc.php b/libraries/server_links.inc.php index 83b8a9c..108f84e 100644 --- a/libraries/server_links.inc.php +++ b/libraries/server_links.inc.php @@ -57,7 +57,7 @@ if (!$GLOBALS['is_ajax_request']) { if ($is_superuser && !PMA_DRIZZLE) { $tabs['rights']['icon'] = 's_rights.png'; $tabs['rights']['link'] = 'server_privileges.php'; - $tabs['rights']['text'] = __('Privileges'); + $tabs['rights']['text'] = __('Users'); }
$tabs['export']['icon'] = 'b_export.png'; diff --git a/server_privileges.php b/server_privileges.php index b626cae..dccc7af 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -1558,7 +1558,7 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs // No username is given --> display the overview echo '<h2>' . "\n" . PMA_getIcon('b_usrlist.png') - . __('User overview') . "\n" + . __('Users overview') . "\n" . '</h2>' . "\n";
$sql_query = 'SELECT *,' .
hooks/post-receive