diff --git a/usr/local/www/firewall_system_tunables.php b/usr/local/www/firewall_system_tunables.php
index da2d8867f2..6fead1e724 100644
--- a/usr/local/www/firewall_system_tunables.php
+++ b/usr/local/www/firewall_system_tunables.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array(gettext("Firewall"),gettext("System Tunables"));
+$pgtitle = array("Firewall","System Tunables");
require("guiconfig.inc");
@@ -76,7 +76,7 @@ include("fbegin.inc");
-
+
@@ -84,9 +84,9 @@ include("fbegin.inc");
- | =gettext("Tunable Name");?> |
- =gettext("Description");?> |
- =gettext("Value");?> |
+ Tunable Name |
+ Description |
+ Value |
@@ -103,7 +103,7 @@ include("fbegin.inc");
diff --git a/usr/local/www/firewall_system_tunables_edit.php b/usr/local/www/firewall_system_tunables_edit.php
index 1d30083037..68bb60a366 100644
--- a/usr/local/www/firewall_system_tunables_edit.php
+++ b/usr/local/www/firewall_system_tunables_edit.php
@@ -28,7 +28,7 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-$pgtitle = array(gettext("Firewall"),gettext("System Tunables"),gettext("Edit"));
+$pgtitle = array("Firewall","System Tunables","Edit");
require("guiconfig.inc");
if (!is_array($config['sysctl']['item'])) {
@@ -94,19 +94,19 @@ include("fbegin.inc");