Better names for synchronisation choices.

This commit is contained in:
Michal Čihař
2010-04-20 07:55:00 +02:00
parent c7ce21f3f7
commit f9bd970f38
62 changed files with 660 additions and 63 deletions

View File

@@ -1126,8 +1126,8 @@ if (isset($_REQUEST['synchronize_db'])) {
<tr class="odd">
<td colspan="2" style="text-align: center">
<select name="<?php echo $type; ?>_type" id="<?php echo $type; ?>_type" class="server_selector">
<option value="rmt"><?php echo $GLOBALS['strRemoteServer']; ?></option>
<option value="cur"><?php echo $GLOBALS['strCurrentServer']; ?></option>
<option value="rmt"><?php echo __('Enter manually'); ?></option>
<option value="cur"><?php echo __('Current connection'); ?></option>
<?php
foreach ($GLOBALS['cfg']['Servers'] as $key => $tmp_server) {
if (empty($tmp_server['host'])) {