From f74d2652d81bd1ec9e1e37c1c546d0f2917ce248 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 25 Oct 2008 00:53:35 +0000 Subject: Rename tab to Zone Sync --- packages/tinydns/tinydns_status.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/tinydns/tinydns_status.php') 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); ?> -- cgit v1.2.3