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:
authorPiotr Przybylski <piotrprz@gmail.com>2011-05-31 22:25:52 +0400
committerPiotr Przybylski <piotrprz@gmail.com>2011-05-31 22:25:52 +0400
commit946cc6a5599d20133273bdd3846577b6d4817b8e (patch)
treed09404ad10fa6ba72a539e3fc6d333f5961702cf /main.php
parent56768f5f4c7c5379f277b3e17e607f1f163d21c2 (diff)
Change wording on home page
Diffstat (limited to 'main.php')
-rw-r--r--main.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.php b/main.php
index 3f74b8b475..6a84032b22 100644
--- a/main.php
+++ b/main.php
@@ -100,7 +100,7 @@ if ($server > 0
echo ' <form method="post" action="index.php" target="_parent">' . "\n"
. PMA_generate_common_hidden_inputs(null, null, 4, 'collation_connection')
. ' <label for="select_collation_connection">' . "\n"
- . ' ' . __('Connection collation') . "\n"
+ . ' ' . __('Server connection collation') . "\n"
// put the doc link in the form so that it appears on the same line
. PMA_showMySQLDocu('MySQL_Database_Administration', 'Charset-connection') . ': ' . "\n"
. ' </label>' . "\n"
@@ -165,7 +165,7 @@ if ($server > 0 && $GLOBALS['cfg']['ShowServerInfo']) {
'li_user_info');
echo ' <li id="li_select_mysql_charset">';
- echo ' ' . __('Character set') . ': '
+ echo ' ' . __('Server charset') . ': '
. ' <span xml:lang="en" dir="ltr">'
. ' ' . $mysql_charsets_descriptions[$mysql_charset_map[strtolower($charset)]] . "\n"
. ' (' . $mysql_charset_map[strtolower($charset)] . ')' . "\n"