diff options
-rw-r--r-- | usr/local/www/vpn_ipsec_settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_ipsec_settings.php b/usr/local/www/vpn_ipsec_settings.php index 43b0a4d..3e15752 100644 --- a/usr/local/www/vpn_ipsec_settings.php +++ b/usr/local/www/vpn_ipsec_settings.php @@ -261,7 +261,7 @@ function maxmss_checked(obj) { <input name="compression" type="checkbox" id="compression" value="yes" <?php if ($pconfig['compression']) echo "checked=\"checked\""; ?> /> <strong><?=gettext("Enable IPCompression"); ?></strong> <br /> - <?=gettext("IPComp compression of content is proposed on the connectio.n "); ?> + <?=gettext("IPComp compression of content is proposed on the connection."); ?> </td> </tr> <tr> |