diff --git a/src/www/system_gateways_edit.php b/src/www/system_gateways_edit.php
index 84079bc0b..335419e72 100644
--- a/src/www/system_gateways_edit.php
+++ b/src/www/system_gateways_edit.php
@@ -1,4 +1,5 @@
.
@@ -546,8 +547,7 @@ if ($_POST) {
}
}
-
-$pgtitle = array(gettext("System"),gettext("Gateways"),gettext("Edit gateway"));
+$pgtitle = array(gettext('System'), gettext('Gateway'), gettext('Edit'));
$shortcut_section = "gateways";
include("head.inc");
diff --git a/src/www/system_gateways_tabs.inc b/src/www/system_gateways_tabs.inc
deleted file mode 100644
index 7e3650809..000000000
--- a/src/www/system_gateways_tabs.inc
+++ /dev/null
@@ -1,10 +0,0 @@
-'Add', 'href'=>'system_routes_edit.php'),
+ array('label'=> gettext('Add route'), 'href'=>'system_routes_edit.php'),
);
@@ -233,8 +233,6 @@ endif; ?>
- include('system_gateways_tabs.inc'); ?>
-
diff --git a/src/www/system_routes_edit.php b/src/www/system_routes_edit.php
index cc269ea64..9b81d8439 100644
--- a/src/www/system_routes_edit.php
+++ b/src/www/system_routes_edit.php
@@ -220,7 +220,7 @@ if ($_POST) {
}
}
-$pgtitle = array(gettext("System"),gettext("Static Routes"),gettext("Edit route"));
+$pgtitle = array(gettext('System'), gettext('Routes'), gettext('Edit'));
$shortcut_section = "routing";
include("head.inc");
?>