summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 12:50:33 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 12:50:55 -0300
commit62f8bb60efbecd40e20f6730cc1ceb10bd9b6c93 (patch)
tree18c6af481a82b51508f5d1dc5fd38de163c07b94 /usr/local/www/vpn_pptp.php
parent5a9a22b6f7cd60a6a83959b3a233f1f189f487ba (diff)
downloadpfsense-62f8bb60efbecd40e20f6730cc1ceb10bd9b6c93.zip
pfsense-62f8bb60efbecd40e20f6730cc1ceb10bd9b6c93.tar.gz
Fix gettext implementation on vpn_pptp.php
Diffstat (limited to 'usr/local/www/vpn_pptp.php')
-rwxr-xr-xusr/local/www/vpn_pptp.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_pptp.php b/usr/local/www/vpn_pptp.php
index e653671..40c525a 100755
--- a/usr/local/www/vpn_pptp.php
+++ b/usr/local/www/vpn_pptp.php
@@ -309,7 +309,7 @@ function enable_change(enable_over) {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input type="radio" name="mode" value="redir" onclick="enable_change(false)" <?php if ($pconfig['mode'] == "redir") echo gettext("checked"); ?>>
- <?=gettext("Redirect incoming PPTP connections to:");?></td>
+ <?=gettext("Redirect incoming PPTP connections to");?>:</td>
<tr>
<td width="22%" valign="top" class="vncellreq"><?=gettext("PPTP redirection");?></td>
<td width="78%" class="vtable">
@@ -462,8 +462,8 @@ function enable_change(enable_over) {
<tr>
<td width="22%" valign="top">&nbsp;</td>
<td width="78%"><span class="vexpl"><span class="red"><strong><?=gettext("Note:");?><br>
- </strong></span><?=gettext("don't forget to ");?><a href="firewall_rules.php?if=pptp">add a firewall rule</a><?=gettext(" to permit ".
- "traffic from PPTP clients!");?></span></td>
+ </strong></span><?=gettext("don't forget to ");?><a href="firewall_rules.php?if=pptp"><?=gettext("add a firewall rule"); ?></a> <?=gettext("to permit ".
+ "traffic from PPTP clients");?>!</span></td>
</tr>
</table>
</div>
OpenPOWER on IntegriCloud