Merge pull request #1171 from fabianfrz/translation

fix translation in firewall_virtual_ip.php
This commit is contained in:
Ad Schellevis 2016-09-05 09:04:58 +02:00 committed by GitHub
commit 6abb99d072

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) {