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:
authorMarc Delisle <marc@infomarc.info>2014-08-25 16:07:42 +0400
committerMarc Delisle <marc@infomarc.info>2014-08-25 16:07:42 +0400
commit6cadd6ef3190fdde7b627f59d9f04e6913b920f0 (patch)
tree8ea851484046a73fae293785d9de302b364bbc3d /index.php
parent6c6a25ea694f2f0b47a874e2639535d331e93cae (diff)
Improve messages
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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 .= __(