Commit 7bcf39f0 authored by Franco Fichtner's avatar Franco Fichtner

Merge pull request #737 from fabianfrz/translation

translation fix
parents 6374e846 a8962f5e
......@@ -659,11 +659,9 @@ $( document ).ready(function() {
<?=gettext("No rules are currently defined for this interface"); ?><br />
<?=gettext("All incoming connections on this interface will be blocked until you add pass rules."); ?><br /><br />
<?php endif; ?>
<?=gettext("Click the"); ?>
<a href="firewall_rules_edit.php?if=<?=$selected_if;?>" class="btn btn-default btn-xs">
<span class="glyphicon glyphicon-plus"></span>
</a>
<?=gettext(" button to add a new rule.");?></span>
<?= sprintf(gettext("Click the %s button to add a new rule."),
'<a href="firewall_rules_edit.php?if='.$selected_if.'" class="btn btn-default btn-xs"><span class="glyphicon glyphicon-plus"></span></a>')
?></span>
</td>
</tr>
<?php else: ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment