From 62c45077c7516fb9bae958fb01f69f00e1cf2870 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 25 Jan 2016 10:15:08 +0545 Subject: interfaces_vlan_edit finish QinQ error message The error message here just ended mid-sentence. I think what I have done here makes sense? --- src/usr/local/www/interfaces_vlan_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/local/www/interfaces_vlan_edit.php') 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']); } } } -- cgit v1.1