diff --git a/src/www/vpn_l2tp.php b/src/www/vpn_l2tp.php
index 354d821a1..a5c3f920b 100644
--- a/src/www/vpn_l2tp.php
+++ b/src/www/vpn_l2tp.php
@@ -325,12 +325,12 @@ function enable_change(enable_over) {
- =gettext("Enter the IP address the L2TP server should give to clients for use as their \"gateway\""); ?>.
+ =gettext("Enter the IP address the L2TP server should give to clients for use as their \"gateway\"."); ?>
=gettext("Typically this is set to an unused IP just outside of the client range"); ?>.
- =gettext("NOTE: This should NOT be set to any IP address currently in use on this firewall"); ?>.
+ =gettext("NOTE: This should NOT be set to any IP address currently in use on this firewall."); ?>
=gettext("Remote Address Range");?>
@@ -374,7 +374,7 @@ function enable_change(enable_over) {
?>
=gettext("Hint:");
-?> 10 =gettext("is ten L2TP clients"); ?>
@@ -1595,7 +1595,7 @@ endif; ?>
=gettext("Possible options: b-node (broadcasts), p-node " .
"(point-to-point name queries to a WINS server), " .
"m-node (broadcast then query name server), and " .
- "h-node (query name server, then broadcast)"); ?>.
+ "h-node (query name server, then broadcast)."); ?>
=gettext("Scope ID"); ?>:
@@ -1606,7 +1606,7 @@ endif; ?>
"service for NetBIOS over TCP/IP. The NetBIOS " .
"scope ID isolates NetBIOS traffic on a single " .
"network to only those nodes with the same " .
- "NetBIOS scope ID"); ?>.
+ "NetBIOS scope ID."); ?>
@@ -1622,11 +1622,11 @@ endif; ?>
- =gettext("Each level shows all info from the previous levels. Level 3 is recommended if you want a good summary of what's happening without being swamped by output"); ?>.
- none -- =gettext("No output except fatal errors"); ?>.
- default-4 -- =gettext("Normal usage range"); ?>.
- 5 -- =gettext("Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets"); ?>.
- 6-11 -- =gettext("Debug info range"); ?>.
+ =gettext("Each level shows all info from the previous levels. Level 3 is recommended if you want a good summary of what's happening without being swamped by output."); ?>
+ =sprintf(gettext("%snone%s -- No output except fatal errors."),'','') ?>
+ =sprintf(gettext("%sdefault%s-%s4%s -- Normal usage range."),'','','','') ?>
+ =sprintf(gettext("%s5%s -- Output R and W characters to the console for each packet read and write, uppercase is used for TCP/UDP packets and lowercase is used for TUN/TAP packets."),'','') ?>
+ =sprintf(gettext("%s6%s-%s11%s -- Debug info range."),'','','','') ?>