diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:31:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-25 00:31:11 +0000 |
commit | b03acd182fbda527e8d3100e9dd77e666a71c9bf (patch) | |
tree | bef1a541066e072d6d83b070e85228eedc9b88ff | |
parent | ba77c5603c807e6336fe7677effdeb3991b6f283 (diff) | |
download | pfsense-packages-b03acd182fbda527e8d3100e9dd77e666a71c9bf.tar.gz pfsense-packages-b03acd182fbda527e8d3100e9dd77e666a71c9bf.tar.bz2 pfsense-packages-b03acd182fbda527e8d3100e9dd77e666a71c9bf.zip |
Cleanup text
-rw-r--r-- | packages/tinydns/tinydns_sync.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/tinydns/tinydns_sync.xml b/packages/tinydns/tinydns_sync.xml index 5c211950..142dc52c 100644 --- a/packages/tinydns/tinydns_sync.xml +++ b/packages/tinydns/tinydns_sync.xml @@ -83,45 +83,45 @@ <configpath>installedpackages->package->tinydns</configpath> <fields> <field> - <fielddescr>Automatically sync on DNS Server changes</fielddescr> + <fielddescr>Automatically sync DNS zone changes</fielddescr> <fieldname>synconchanges</fieldname> - <description>pfSense will automatically sync changes to hosts defined in the Sync tab.</description> + <description>pfSense will automatically sync changes to the hosts defined below.</description> <type>checkbox</type> </field> <field> <fielddescr>IP Address</fielddescr> <fieldname>ipaddress</fieldname> - <description>The IP address that TinyDNS will Sync its data to.</description> + <description>The IP address of the first host that TinyDNS will Sync its DNS zone data to.</description> <type>input</type> </field> <field> <fielddescr>Password</fielddescr> <fieldname>password</fieldname> - <description>Admin password on remote firewall to faciliate sync</description> + <description>Admin password of the first host that TinyDNS will Sync its DNS zone data to.</description> <type>password</type> </field> <field> <fielddescr>IP Address 2</fielddescr> <fieldname>ipaddress2</fieldname> - <description>OPTIONAL. The IP address that TinyDNS will Sync its data to.</description> + <description>OPTIONAL. The IP address of the second host that TinyDNS will Sync its DNS zone data to.</description> <type>input</type> </field> <field> <fielddescr>Password 2</fielddescr> <fieldname>password2</fieldname> - <description>Admin password on remote firewall to faciliate sync</description> + <description>Admin password of the second host that TinyDNS will Sync its DNS zone data to.</description> <type>password</type> </field> <field> <fielddescr>IP Address 3</fielddescr> <fieldname>ipaddress3</fieldname> - <description>OPTIONAL. The IP address that TinyDNS will Sync its data to.</description> + <description>OPTIONAL. The IP address of the third host that TinyDNS will Sync its DNS zone data to.</description> <type>input</type> </field> <field> <fielddescr>Password 3</fielddescr> <fieldname>password3</fieldname> - <description>Admin password on remote firewall to faciliate sync</description> + <description>Admin password of the third host that TinyDNS will Sync its DNS zone data to.</description> <type>password</type> </field> </fields> |