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>2011-03-23 19:53:24 +0300
committerMarc Delisle <marc@infomarc.info>2011-03-23 19:53:24 +0300
commit4a732d9b6c97c0e5b6001567b35c15f7a2530004 (patch)
treed2059cbcc408b81d6654c11e2e11e37a4732fd50 /server_synchronize.php
parent0e702aaa79f0241e6223e11653e6e5f60d9f77d4 (diff)
Clarify the meaning of host in this context (will help translations)
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index 2c095de80f..4fc0ac92c2 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1153,7 +1153,7 @@ if (isset($_REQUEST['synchronize_db'])) {
</td>
</tr>
<tr class="even toggler remote-server">
- <td><?php echo __('Host'); ?></td>
+ <td><?php echo __('Server'); ?></td>
<td><input type="text" name="<?php echo $type; ?>_host" class="server-host" /></td>
</tr>
<tr class="odd toggler remote-server">