fix translation in firewall_virtual_ip.php

This commit is contained in:
Fabian Franz 2016-09-04 13:26:46 +02:00
parent d73199570f
commit a94af0da51

View File

@ -107,7 +107,7 @@ function deleteVIPEntry($id) {
}
}
if ($found_carp === true && $found_other_alias === false && $found_if === false) {
$input_errors[] = gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description") . " {$vip['descr']}.";
$input_errors[] = sprintf(gettext("This entry cannot be deleted because it is still referenced by a CARP IP with the description %s."), $vip['descr']);
}
}
if (count($input_errors) == 0) {