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
path: root/setup
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2012-01-31 14:00:41 +0400
committerMichal Čihař <michal@cihar.com>2012-01-31 14:00:41 +0400
commitb78bd8e8a42572f4917b1c141ad2891cd7337650 (patch)
treecc37b31243f8b742083a71bd695ad37d53aa3936 /setup
parent304283ce372966e27e575340304822d51fa8d372 (diff)
Avoid specifying database server name
Diffstat (limited to 'setup')
-rw-r--r--setup/lib/index.lib.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/lib/index.lib.php b/setup/lib/index.lib.php
index 7006b0b133..20341ccb86 100644
--- a/setup/lib/index.lib.php
+++ b/setup/lib/index.lib.php
@@ -320,7 +320,7 @@ function perform_config_checks()
'notice',
"Servers/$i/ssl",
$title,
- __('You should use SSL connections if your MySQL server supports it.'));
+ __('You should use SSL connections if your database server supports it.'));
}
//