summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/firewall_virtual_ip.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2017-02-01 09:10:10 -0200
committerRenato Botelho <renato@netgate.com>2017-02-01 09:10:10 -0200
commitaf7c08a5b7d07533aaccfa5ec745e484d4971d9b (patch)
treee10230e9386fe4fb1a79fb1af0b43371c9f1a0d0 /src/usr/local/www/firewall_virtual_ip.php
parent935b826fbed9ff563a2198f4e93d3580b1a45c75 (diff)
parent702fa4d0ce035a444112e23f4e4d1a4c686d8163 (diff)
downloadpfsense-af7c08a5b7d07533aaccfa5ec745e484d4971d9b.zip
pfsense-af7c08a5b7d07533aaccfa5ec745e484d4971d9b.tar.gz
Merge pull request #3462 from phil-davis/percent-s-www
Diffstat (limited to 'src/usr/local/www/firewall_virtual_ip.php')
-rw-r--r--src/usr/local/www/firewall_virtual_ip.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/firewall_virtual_ip.php b/src/usr/local/www/firewall_virtual_ip.php
index a15a60b..f80ad52 100644
--- a/src/usr/local/www/firewall_virtual_ip.php
+++ b/src/usr/local/www/firewall_virtual_ip.php
@@ -110,7 +110,7 @@ if ($_GET['act'] == "del") {
} else {
$openvpn_desc = $openvpn['ipaddr'] . ":" . $openvpn['local_port'];
}
- $input_errors[] = sprintf(gettext("This entry cannot be deleted because it is still referenced by OpenVPN %s %s."), $openvpn_type_text, $openvpn_desc);
+ $input_errors[] = sprintf(gettext('This entry cannot be deleted because it is still referenced by OpenVPN %1$s %2$s.'), $openvpn_type_text, $openvpn_desc);
break;
}
}
OpenPOWER on IntegriCloud