summaryrefslogtreecommitdiffstats
path: root/src/usr/local
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
committerPhil Davis <phil.davis@inf.org>2017-03-24 10:12:29 +0545
commitf3e8f7f5e64b792c3a147b363943bdb9cae427c8 (patch)
tree1f26371a7ac15a94e562d52139eb04f4b5720bef /src/usr/local
parent224e1648174e4a27b7f091fe348a81c74bacf23e (diff)
downloadpfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.zip
pfsense-f3e8f7f5e64b792c3a147b363943bdb9cae427c8.tar.gz
Redmine #7422 remove bogus z at end of words
Diffstat (limited to 'src/usr/local')
-rw-r--r--src/usr/local/www/interfaces_bridge_edit.php4
-rw-r--r--src/usr/local/www/vpn_openvpn_client.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/interfaces_bridge_edit.php b/src/usr/local/www/interfaces_bridge_edit.php
index dbcbb2b..2db6f54 100644
--- a/src/usr/local/www/interfaces_bridge_edit.php
+++ b/src/usr/local/www/interfaces_bridge_edit.php
@@ -186,7 +186,7 @@ if ($_POST['save']) {
if (is_array($_POST['static'])) {
foreach ($_POST['static'] as $ifstatic) {
if (is_array($_POST['members']) && !in_array($ifstatic, $_POST['members'])) {
- $input_errors[] = sprintf(gettext('Sticky interface (%s) is not part of the bridge. Remove the sticky interface to continuez.'), $ifacelist[$ifstatic]);
+ $input_errors[] = sprintf(gettext('Sticky interface (%s) is not part of the bridge. Remove the sticky interface to continue.'), $ifacelist[$ifstatic]);
}
}
$pconfig['static'] = implode(',', $_POST['static']);
@@ -450,7 +450,7 @@ $section->addInput(new Form_Select(
$spanlist['list'],
true
))->setHelp('Add the interface named by interface as a span port on the bridge. Span ports transmit a copy of every frame received by the bridge. ' .
- 'This is most useful for snooping a bridged network passively on another host connected to one of the span ports of the bridgez. %1$s' .
+ 'This is most useful for snooping a bridged network passively on another host connected to one of the span ports of the bridge. %1$s' .
'%2$sThe span interface cannot be part of the bridge member interfaces.%3$s', '<br />', '<strong>', '</strong>');
$edgelist = build_port_list($pconfig['edge']);
diff --git a/src/usr/local/www/vpn_openvpn_client.php b/src/usr/local/www/vpn_openvpn_client.php
index 9bf5a7a..71f0072 100644
--- a/src/usr/local/www/vpn_openvpn_client.php
+++ b/src/usr/local/www/vpn_openvpn_client.php
@@ -717,7 +717,7 @@ if ($act=="new" || $act=="edit"):
'%1$s%2$s%3$s',
'<div class="infoblock">',
sprint_info_box(gettext('When both peers support NCP and have it enabled, NCP overrides the Encryption Algorithm above.') . '<br />' .
- gettext('When disabled, only the selected Encryption Algorithm is allowedz.'), 'info', false),
+ gettext('When disabled, only the selected Encryption Algorithm is allowed.'), 'info', false),
'</div>');
foreach (explode(",", $pconfig['ncp-ciphers']) as $cipher) {
OpenPOWER on IntegriCloud