summaryrefslogtreecommitdiffstats
path: root/usr/local/www/vpn_pptp_users.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:13:54 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-07-29 13:13:54 -0300
commite43b1051fa6225cb961fab9bba93212b30ab6b1e (patch)
tree0c8e7ca1dfb75125ac594a62a50c0f8b4c24092f /usr/local/www/vpn_pptp_users.php
parent338fff726a96e0374c7b333d91d91e25ebc4b673 (diff)
downloadpfsense-e43b1051fa6225cb961fab9bba93212b30ab6b1e.zip
pfsense-e43b1051fa6225cb961fab9bba93212b30ab6b1e.tar.gz
Fix gettext implementation on vpn_pptp_users.php
Diffstat (limited to 'usr/local/www/vpn_pptp_users.php')
-rwxr-xr-xusr/local/www/vpn_pptp_users.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_pptp_users.php b/usr/local/www/vpn_pptp_users.php
index c402613..dbdb0ce 100755
--- a/usr/local/www/vpn_pptp_users.php
+++ b/usr/local/www/vpn_pptp_users.php
@@ -80,7 +80,7 @@ include("head.inc");
<?php if (isset($config['pptpd']['radius']['enable']))
print_info_box(gettext("Warning: RADIUS is enabled. The local user database will not be used.")); ?>
<?php if (is_subsystem_dirty('pptpusers')): ?><p>
-<?php print_info_box_np(gettext("The PPTP user list has been modified.")."<br>".gettext("You must apply the changes in order for them to take effect.")."<br><b>".gettext("Warning: this will terminate all current PPTP sessions!")."</b>");?><br>
+<?php print_info_box_np(gettext("The PPTP user list has been modified").".<br>".gettext("You must apply the changes in order for them to take effect").".<br><b>".gettext("Warning: this will terminate all current PPTP sessions")."!</b>");?><br>
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><td class="tabnavtbl">
OpenPOWER on IntegriCloud