diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php
index 7b1fa1200..9f2b6c265 100644
--- a/src/www/firewall_rules_edit.php
+++ b/src/www/firewall_rules_edit.php
@@ -842,7 +842,7 @@ include("head.inc");
=gettext("Choose which IP protocol this rule should match.");?>
- = sprintf(gettext("Hint: in most cases, you should specify %sTCP%s here."),'','') ?>
+ = gettext("Hint: in most cases, you should specify TCP here.") ?>
@@ -1010,7 +1010,7 @@ include("head.inc");
=gettext("Specify the source port or port range for this rule."); ?>
- = sprintf(gettext("This is usually %srandom%s and almost never equal to the destination port range (and should usually be 'any')."),'','') ?>
+ = gettext("This is usually random and almost never equal to the destination port range (and should usually be 'any').") ?>
@@ -1139,7 +1139,7 @@ include("head.inc");
=gettext("Log packets that are handled by this rule");?>
- =sprintf(gettext("Hint: the firewall has limited local log space. Don't turn on logging for everything. If you want to do a lot of logging, consider using a remote syslog server (see the %sDiagnostics: System logs: Settings%s page)."),'
','') ?>
+ =sprintf(gettext("Hint: the firewall has limited local log space. Don't turn on logging for everything. If you want to do a lot of logging, consider using a %sremote syslog server%s."),'
','') ?>