diff options
-rw-r--r-- | usr/local/www/vpn_openvpn_client.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php index 48f67cf..3be3a5e 100644 --- a/usr/local/www/vpn_openvpn_client.php +++ b/usr/local/www/vpn_openvpn_client.php @@ -993,7 +993,7 @@ if ($savemsg) </td> <td> <span class="vexpl"> - <?=gettext("Do not forward IPv6 traffic"); ?>. + <?=gettext("Don't forward IPv6 traffic"); ?>. </span> </td> </tr> @@ -1002,7 +1002,7 @@ if ($savemsg) </tr> <tr id="chkboxRouteNoPull"> - <td width="22%" valign="top" class="vncell"><?=gettext("Dont pull routes"); ?></td> + <td width="22%" valign="top" class="vncell"><?=gettext("Don't pull routes"); ?></td> <td width="78%" class="vtable"> <table border="0" cellpadding="2" cellspacing="0" summary="dont-pull-routes"> <tr> @@ -1021,7 +1021,7 @@ if ($savemsg) </tr> <tr id="chkboxRouteNoExec"> - <td width="22%" valign="top" class="vncell"><?=gettext("Dont add/remove routes"); ?></td> + <td width="22%" valign="top" class="vncell"><?=gettext("Don't add/remove routes"); ?></td> <td width="78%" class="vtable"> <table border="0" cellpadding="2" cellspacing="0" summary="dont-exec-routes"> <tr> |