aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tinydns/tinydns_status.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-25 00:53:35 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-25 00:53:35 +0000
commitf74d2652d81bd1ec9e1e37c1c546d0f2917ce248 (patch)
tree73e15bc26cbfed83afdb34a39dee9cfdfea14755 /packages/tinydns/tinydns_status.php
parent3a3b49d4f9690c1f4cbe983a7bf133143cda312c (diff)
downloadpfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.tar.gz
pfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.tar.bz2
pfsense-packages-f74d2652d81bd1ec9e1e37c1c546d0f2917ce248.zip
Rename tab to Zone Sync
Diffstat (limited to 'packages/tinydns/tinydns_status.php')
-rw-r--r--packages/tinydns/tinydns_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns_status.php b/packages/tinydns/tinydns_status.php
index 9881a7c0..bba010bf 100644
--- a/packages/tinydns/tinydns_status.php
+++ b/packages/tinydns/tinydns_status.php
@@ -53,7 +53,7 @@ include("head.inc");
$tab_array[] = array(gettext("Add Domains"), false, "/tinydns_filter.php");
$tab_array[] = array(gettext("Status"), true, "/tinydns_status.php");
$tab_array[] = array(gettext("Logs"), false, "/tinydns_view_logs.php");
- $tab_array[] = array(gettext("Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0");
+ $tab_array[] = array(gettext("Zone Sync"), false, "/pkg_edit.php?xml=tinydns_sync.xml&id=0");
$tab_array[] = array(gettext("New domain wizard"), false, "/wizard.php?xml=new_zone_wizard.xml");
display_top_tabs($tab_array);
?>