diff --git a/libraries/Util.class.php b/libraries/Util.class.php
index 8354dd52b0..94d097f79e 100644
--- a/libraries/Util.class.php
+++ b/libraries/Util.class.php
@@ -2587,7 +2587,7 @@ class PMA_Util
return '' . htmlspecialchars($database) . '';
diff --git a/libraries/build_html_for_db.lib.php b/libraries/build_html_for_db.lib.php
index e998272372..1e05591a02 100644
--- a/libraries/build_html_for_db.lib.php
+++ b/libraries/build_html_for_db.lib.php
@@ -169,7 +169,7 @@ function PMA_buildHtmlForDb(
. '&checkprivsdb=' . urlencode($current['SCHEMA_NAME'])
. '" title="'
. sprintf(
- __('Check privileges for database "%s".'),
+ __('Check privileges for database "%s".'),
htmlspecialchars($current['SCHEMA_NAME'])
)
. '">'
diff --git a/libraries/config/messages.inc.php b/libraries/config/messages.inc.php
index 47ec21d2ab..a13b853211 100644
--- a/libraries/config/messages.inc.php
+++ b/libraries/config/messages.inc.php
@@ -24,7 +24,7 @@ $strConfigAllowThirdPartyFraming_desc = __(
);
$strConfigAllowThirdPartyFraming_name = __('Allow third party framing');
$strConfigAllowUserDropDatabase_name
- = __('Show "Drop database" link to normal users');
+ = __('Show "Drop database" link to normal users');
$strConfigblowfish_secret_desc = __(
'Secret passphrase used for encrypting cookies in [kbd]cookie[/kbd] '
. 'authentication.'
@@ -73,7 +73,7 @@ $strConfigCompressOnFly_desc = __(
$strConfigCompressOnFly_name = __('Compress on the fly');
$strConfigConfigurationFile = __('Configuration file');
$strConfigConfirm_desc = __(
- 'Whether a warning ("Are your really sure…") should be displayed '
+ 'Whether a warning ("Are your really sure…") should be displayed '
. 'when you\'re about to lose data.'
);
$strConfigConfirm_name = __('Confirm DROP queries');
@@ -410,7 +410,7 @@ $strConfigMaxNavigationItems_desc = __(
$strConfigMaxNavigationItems_name = __('Maximum items in branch');
$strConfigMaxRows_desc = __(
'Number of rows displayed when browsing a result set. If the result set '
- . 'contains more rows, "Previous" and "Next" links will be '
+ . 'contains more rows, "Previous" and "Next" links will be '
. 'shown.'
);
$strConfigMaxRows_name = __('Maximum number of rows to display');
@@ -709,7 +709,7 @@ $strConfigServers_user_desc = __('Leave empty if not using config auth.');
$strConfigServers_user_name = __('User for config auth');
$strConfigServers_verbose_desc = __('A user-friendly description of this server. Leave blank to display the hostname instead.');
$strConfigServers_verbose_name = __('Verbose name of this server');
-$strConfigShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button.');
+$strConfigShowAll_desc = __('Whether a user should be displayed a "show all (rows)" button.');
$strConfigShowAll_name = __('Allow to display all the rows');
$strConfigShowChgPassword_desc = __('Please note that enabling this has no effect with [kbd]config[/kbd] authentication mode because the password is hard coded in the configuration file; this does not limit the ability to execute the same command directly.');
$strConfigShowChgPassword_name = __('Show password change form');
diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php
index 4d95e843b7..9ed35e2902 100644
--- a/libraries/server_privileges.lib.php
+++ b/libraries/server_privileges.lib.php
@@ -286,7 +286,7 @@ function PMA_getGrantsArray()
array(
'Process_priv',
'PROCESS',
- __('Allows viewing processes of all users')
+ __('Allows viewing processes of all users.')
),
array(
'File_priv',
@@ -1160,7 +1160,7 @@ function PMA_getAdministrationPrivilegeTable($db)
);
$adminPrivTable[] = array('Process',
'PROCESS',
- __('Allows viewing processes of all users')
+ __('Allows viewing processes of all users.')
);
$adminPrivTable[] = array('Reload',
'RELOAD',
@@ -1708,7 +1708,7 @@ function PMA_getHtmlForAddUser($dbname)
$html_output .= PMA_Util::getCheckbox(
'createdb-3',
sprintf(
- __('Grant all privileges on database "%s".'),
+ __('Grant all privileges on database "%s".'),
htmlspecialchars($dbname)
),
true,
@@ -1804,7 +1804,7 @@ function PMA_getHtmlForSpecificDbPrivileges($db)
. PMA_Util::getIcon('b_usrcheck.png')
. ' '
. sprintf(
- __('Users having access to "%s"'),
+ __('Users having access to "%s"'),
''
. htmlspecialchars($db)
@@ -1907,7 +1907,7 @@ function PMA_getHtmlForSpecificTablePrivileges($db, $table)
$html_output .= '