Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--db_operations.php2
-rw-r--r--index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/db_operations.php b/db_operations.php
index 456f584566..2e88b45d8c 100644
--- a/db_operations.php
+++ b/db_operations.php
@@ -257,7 +257,7 @@ if (!$is_information_schema) {
&& $cfg['PmaNoRelation_DisableWarning'] == false
) {
$message = PMA_Message::notice(
- __('The phpMyAdmin configuration storage has been deactivated. To find out why click %shere%s.')
+ __('The phpMyAdmin configuration storage has been deactivated. %sFind out why%s.')
);
$message->addParam(
'<a href="' . $cfg['PmaAbsoluteUri']
diff --git a/index.php b/index.php
index ca74f0ac7c..bdae1102f1 100644
--- a/index.php
+++ b/index.php
@@ -516,7 +516,7 @@ if ($server > 0) {
$msg_text = __(
'The phpMyAdmin configuration storage is not completely '
. 'configured, some extended features have been deactivated. '
- . 'To find out why click %shere%s. '
+ . '%sFind out why%s. '
);
if ($cfg['ZeroConf'] == true) {
$msg_text .= __(