summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users_edit.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:06:09 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:06:09 -0300
commit338fff726a96e0374c7b333d91d91e25ebc4b673 (patch)
treecade865231b9653e506498298e63785fad84a095 /usr/local/www/vpn_pptp_users_edit.php
parent62f8bb60efbecd40e20f6730cc1ceb10bd9b6c93 (diff)
downloadpfsense-338fff726a96e0374c7b333d91d91e25ebc4b673.zip
pfsense-338fff726a96e0374c7b333d91d91e25ebc4b673.tar.gz
Fix gettext implementation on vpn_pptp_users_edit.php
Diffstat (limited to 'usr/local/www/vpn_pptp_users_edit.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp_users_edit.php b/usr/local/www/vpn_pptp_users_edit.php
index 5700bfc..9494c76 100755
--- a/usr/local/www/vpn_pptp_users_edit.php
+++ b/usr/local/www/vpn_pptp_users_edit.php
@@ -149,7 +149,7 @@ include("head.inc");
<td width="78%" class="vtable">
<?=$mandfldhtml;?><input name="password" type="password" class="formfld pwd" id="password" size="20">
<br><?=$mandfldhtml;?><input name="password2" type="password" class="formfld pwd" id="password2" size="20">
- &nbsp;<?=gettext("(confirmation)");?><?php if (isset($id) && $a_secret[$id]): ?><br>
+ &nbsp;(<?=gettext("confirmation");?>)<?php if (isset($id) && $a_secret[$id]): ?><br>
<span class="vexpl"><?=gettext("If you want to change the users' password, ".
"enter it here twice.");?></span><?php endif; ?></td>
</tr>
OpenPOWER on IntegriCloud