diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:53:35 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:53:35 +0000 |
commit | f74d2652d81bd1ec9e1e37c1c546d0f2917ce248 (patch) | |
tree | 73e15bc26cbfed83afdb34a39dee9cfdfea14755 /packages/tinydns/tinydns_status.php | |
parent | 3a3b49d4f9690c1f4cbe983a7bf133143cda312c (diff) | |
download | pfsense-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.php | 2 |
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); ?> |