diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr/local/www/services_dyndns.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/services_dyndns_edit.php | 2 | ||||
-rw-r--r-- | src/usr/local/www/services_rfc2136.php | 4 | ||||
-rw-r--r-- | src/usr/local/www/services_rfc2136_edit.php | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/services_dyndns.php b/src/usr/local/www/services_dyndns.php index 610f7ec..2cdd53a 100644 --- a/src/usr/local/www/services_dyndns.php +++ b/src/usr/local/www/services_dyndns.php @@ -97,14 +97,14 @@ else if ($_GET['act'] == "toggle") { exit; } } -$pgtitle = array(gettext("Services"), gettext("Dynamic DNS clients")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("Dynamic DNS Clients")); include("head.inc"); if ($input_errors) print_input_errors($input_errors); $tab_array = array(); -$tab_array[] = array(gettext("DynDns"), true, "services_dyndns.php"); +$tab_array[] = array(gettext("Dynamic DNS"), true, "services_dyndns.php"); $tab_array[] = array(gettext("RFC 2136"), false, "services_rfc2136.php"); display_top_tabs($tab_array); ?> diff --git a/src/usr/local/www/services_dyndns_edit.php b/src/usr/local/www/services_dyndns_edit.php index ff4dbb4..285ba76 100644 --- a/src/usr/local/www/services_dyndns_edit.php +++ b/src/usr/local/www/services_dyndns_edit.php @@ -247,7 +247,7 @@ function build_if_list() { return($list); } -$pgtitle = array(gettext("Services"),gettext("Dynamic DNS client")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("Dynamic DNS Client"), gettext("Edit")); include("head.inc"); if ($input_errors) diff --git a/src/usr/local/www/services_rfc2136.php b/src/usr/local/www/services_rfc2136.php index ded27ea..b854d2c 100644 --- a/src/usr/local/www/services_rfc2136.php +++ b/src/usr/local/www/services_rfc2136.php @@ -93,11 +93,11 @@ else if ($_GET['act'] == "toggle") { } } -$pgtitle = array(gettext("Services"), gettext("RFC 2136 Clients")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("RFC 2136 Clients")); include("head.inc"); $tab_array = array(); -$tab_array[] = array(gettext("DynDns"), false, "services_dyndns.php"); +$tab_array[] = array(gettext("Dynamic DNS"), false, "services_dyndns.php"); $tab_array[] = array(gettext("RFC 2136"), true, "services_rfc2136.php"); display_top_tabs($tab_array); diff --git a/src/usr/local/www/services_rfc2136_edit.php b/src/usr/local/www/services_rfc2136_edit.php index e3d8483..4b01add 100644 --- a/src/usr/local/www/services_rfc2136_edit.php +++ b/src/usr/local/www/services_rfc2136_edit.php @@ -160,7 +160,7 @@ if ($_POST) { } } -$pgtitle = array(gettext("Services"), gettext("RFC 2136 Client"), gettext("Edit")); +$pgtitle = array(gettext("Services"), gettext("Dynamic DNS"), gettext("RFC 2136 Client"), gettext("Edit")); include("head.inc"); if ($input_errors) |