From 0af37bf05beff49a090eba4011e041a338308e96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 29 Jul 2013 15:34:57 +0200 Subject: [PATCH 1/3] Add missing comma --- build.xml | 2 +- libraries/server_privileges.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 1d84087bfd..27794c4c26 100644 --- a/build.xml +++ b/build.xml @@ -44,7 +44,7 @@ diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 543c121b21..c95985d369 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -3195,7 +3195,7 @@ function PMA_getHtmlForListingUsersofAGroup($userGroup) if ($result) { if ($GLOBALS['dbi']->numRows($result) == 0) { $html_output .= '

' - . __('No users were found belonging to this user group') + . __('No users were found belonging to this user group.') . '

'; } else { $html_output .= '' From 1a0ac83ee345d7ed7ac46fb98779e1d97262b1ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 29 Jul 2013 15:36:51 +0200 Subject: [PATCH 2/3] Remove extra space --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index c95985d369..f764a13b12 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -3367,7 +3367,7 @@ function PMA_getHtmlToEditUserGroup($userGroup = null) . ''; if ($userGroup == null) { - $html_output .= ''; + $html_output .= ''; $html_output .= ''; $html_output .= '
'; } From 1317d747a0e7e127ac90d1f9fdd9c64bc8ecfaa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 29 Jul 2013 15:37:36 +0200 Subject: [PATCH 3/3] Fix typo --- libraries/server_privileges.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index f764a13b12..53a84d6465 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -3399,7 +3399,7 @@ function PMA_getHtmlToEditUserGroup($userGroup = null) } $html_output .= _getTabList( - __('Sever level tabs'), 'server', $allowedTabs['server'] + __('Server level tabs'), 'server', $allowedTabs['server'] ); $html_output .= _getTabList( __('Database level tabs'), 'db', $allowedTabs['db']