summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_rules_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/firewall_rules_edit.php')
-rw-r--r--usr/local/www/firewall_rules_edit.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index 376b2ed..37a694c 100644
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -945,7 +945,11 @@ include("head.inc");
<?php endforeach; ?>
</select>
<br />
- <span class="vexpl"><?=gettext("Choose on which interface packets must come in to match this rule.");?></span>
+ <?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
+ <span class="vexpl"><?=gettext("Choose the interface(s) for this rule.");?></span>
+ <?php else: ?>
+ <span class="vexpl"><?=gettext("Choose which interface packets must be sourced on to match this rule.");?></span>
+ <?php endif; ?>
</td>
</tr>
<?php if ($if == "FloatingRules" || isset($pconfig['floating'])): ?>
OpenPOWER on IntegriCloud