www: fix two translation issues

Reported by: @Antonio-Prado
This commit is contained in:
Franco Fichtner 2016-08-13 12:57:09 +02:00
parent 4425c28ea0
commit c1141f4dd6
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ if (isset($config['openvpn']['openvpn-server'])) {
$proxy['ip'] = $_GET['proxy_addr'];
}
if (empty($_GET['proxy_port'])) {
$input_errors[] = gettext("You need to specify a port for the proxy ip.");
$input_errors[] = gettext("You need to specify a port for the proxy IP.");
} else {
$proxy['port'] = $_GET['proxy_port'];
}

View File

@ -1230,7 +1230,7 @@ endif; ?>
endforeach; ?>
</select>
<div class="hidden" for="help_for_compression">
<?=gettext("Compress tunnel packets using the LZO algorithm. Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the packets is not being compressed efficiently"); ?>.
<?=gettext("Compress tunnel packets using the LZO algorithm. Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the packets is not being compressed efficiently."); ?>.
</div>
</td>
</tr>