summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces_vlan_edit.php
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-01-25 10:15:08 +0545
committerPhil Davis <phil.davis@inf.org>2016-01-25 10:15:08 +0545
commit62c45077c7516fb9bae958fb01f69f00e1cf2870 (patch)
treebe37a13dec69b5e0d401564d716e67a04aa32d71 /src/usr/local/www/interfaces_vlan_edit.php
parenta2c5280d92c2707c27cbef318b1ced7122c32b0e (diff)
downloadpfsense-62c45077c7516fb9bae958fb01f69f00e1cf2870.zip
pfsense-62c45077c7516fb9bae958fb01f69f00e1cf2870.tar.gz
interfaces_vlan_edit finish QinQ error message
The error message here just ended mid-sentence. I think what I have done here makes sense?
Diffstat (limited to 'src/usr/local/www/interfaces_vlan_edit.php')
-rw-r--r--src/usr/local/www/interfaces_vlan_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/interfaces_vlan_edit.php b/src/usr/local/www/interfaces_vlan_edit.php
index b5f6794..3ed25d9 100644
--- a/src/usr/local/www/interfaces_vlan_edit.php
+++ b/src/usr/local/www/interfaces_vlan_edit.php
@@ -137,7 +137,7 @@ if ($_POST) {
if (is_array($config['qinqs']['qinqentry'])) {
foreach ($config['qinqs']['qinqentry'] as $qinq) {
if ($qinq['tag'] == $_POST['tag'] && $qinq['if'] == $_POST['if']) {
- $input_errors[] = gettext("A QinQ VLAN exists with this tag please remove it to use this tag with.");
+ $input_errors[] = sprintf(gettext('A QinQ VLAN exists on %s with this tag. Please remove it to use this tag for a normal VLAN.'), $_POST['if']);
}
}
}
OpenPOWER on IntegriCloud