diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php
index c4170a8ee..cd24f4eb1 100644
--- a/src/www/firewall_rules.php
+++ b/src/www/firewall_rules.php
@@ -627,13 +627,14 @@ $( document ).ready(function() {
-
- =gettext("No floating rules are currently defined."); ?>
+
+ = gettext('No floating rules are currently defined. Floating rules are not ' .
+ 'not bound to a single interface and can therefor be used to span ' .
+ 'policies over mupltiple networks at the same time.'); ?>
- =gettext("No rules are currently defined for this interface"); ?>
- =gettext("All incoming connections on this interface will be blocked until you add pass rules."); ?>
+ = gettext('No interfaces rules are currently defined. All incoming connections ' .
+ 'on this interface will be blocked until you add a pass rule.') ?>
- = sprintf(gettext("Click the %s button to add a new rule."), '[+]')?>
|