summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateway_groups_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-02-03 01:09:30 +0545
committerPhil Davis <phil.davis@inf.org>2016-02-03 01:09:30 +0545
commit762faef5db8600855a04a88cb86ff4fec5804682 (patch)
tree14ef5d198793967a3013f9ca224f485151b53a01 /src/usr/local/www/system_gateway_groups_edit.php
parent250061b0997147eda9ff04e6ae7faa228dd1a661 (diff)
downloadpfsense-762faef5db8600855a04a88cb86ff4fec5804682.zip
pfsense-762faef5db8600855a04a88cb86ff4fec5804682.tar.gz
Internationalization of various system*.php
Diffstat (limited to 'src/usr/local/www/system_gateway_groups_edit.php')
-rw-r--r--src/usr/local/www/system_gateway_groups_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_gateway_groups_edit.php b/src/usr/local/www/system_gateway_groups_edit.php
index c026615..c28fa8d 100644
--- a/src/usr/local/www/system_gateway_groups_edit.php
+++ b/src/usr/local/www/system_gateway_groups_edit.php
@@ -146,7 +146,7 @@ if ($_POST) {
}
/* check for overlaps */
if ($_POST['name'] == $gwname) {
- $input_errors[] = sprintf(gettext('A gateway group cannot have the same name with a gateway "%s" please choose another name.'), $_POST['name']);
+ $input_errors[] = sprintf(gettext('A gateway group cannot have the same name as a gateway "%s" please choose another name.'), $_POST['name']);
}
}
OpenPOWER on IntegriCloud