summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-12-25 16:19:49 -0500
committerChris Buechler <cmb@pfsense.org>2010-12-25 16:19:49 -0500
commit3380267983013271f906d6a403c0cae7443cf2ea (patch)
tree345a6e07e247e709749228af1739f8a06f8f6f18 /usr/local/www/system_gateways_edit.php
parent9422a50f6867b00986dedc60a39d5f6b5823fe04 (diff)
downloadpfsense-3380267983013271f906d6a403c0cae7443cf2ea.zip
pfsense-3380267983013271f906d6a403c0cae7443cf2ea.tar.gz
fix text
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index 025ff97..7ded7ae 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -130,7 +130,7 @@ if ($_POST) {
foreach ($a_gateways as $gateway) {
if (isset($id) && ($a_gateways[$id]) && ($a_gateways[$id] === $gateway)) {
if ($gateway['name'] != $_POST['name'])
- $input_errors[] = gettext("Changing name on a gateway is not allowed because it can leave stale gateways around.");
+ $input_errors[] = gettext("Changing name on a gateway is not allowed.");
continue;
}
if($_POST['name'] <> "") {
OpenPOWER on IntegriCloud