diff options
-rw-r--r-- | config/tinydns/new_zone_wizard.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/config/tinydns/new_zone_wizard.xml b/config/tinydns/new_zone_wizard.xml index 937f2505..ba4fde12 100644 --- a/config/tinydns/new_zone_wizard.xml +++ b/config/tinydns/new_zone_wizard.xml @@ -4,7 +4,7 @@ /* $Id$ */ /* new_zone_wizard.xml - part of pfSense (http://www.pfsense.org/) + part of pfSense (http://www.example.com/) Copyright (C) 2008 Scott Ullrich All rights reserved. @@ -33,7 +33,7 @@ <totalsteps>2</totalsteps> <step> <id>1</id> - <title>pfSense New Zone Wizard</title> + <title>New Zone Wizard</title> <disableheader>true</disableheader> <description>This wizard will guide you through adding a domain to the DNS server.</description> <fields> @@ -53,7 +53,7 @@ <type>input</type> <unsetfield>yes</unsetfield> <arraynum>0</arraynum> - <description>Enter the domain name for this zone (example: pfsense.org)</description> + <description>Enter the domain name for this zone (ex: example.com)</description> </field> <field> <name>Primary Nameserver</name> @@ -64,7 +64,7 @@ <type>input</type> <unsetfield>yes</unsetfield> <arraynum>0</arraynum> - <description>Enter the primary nameserver for this domain (example: ns.pfsense.org)</description> + <description>Enter the primary nameserver for this domain (ex: ns.example.com)</description> </field> <field> <name>Secondary Nameserver</name> @@ -74,7 +74,7 @@ <name>Secondary Nameserver</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the secondary nameserver for this domain (example: ns2.pfsense.org)</description> + <description>Enter the secondary nameserver for this domain (ex: ns2.example.com)</description> </field> <field> <name>Mail Exchanger (optional)</name> @@ -84,7 +84,7 @@ <name>Mail exchanger record hostname</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the hostname of your Mail exchanger (MX) - (example: exchange.pfsense.org)</description> + <description>Enter the hostname of your Mail exchanger (MX) - (ex: exchange.example.com)</description> </field> <field> <name>Mail exchanger record IP address</name> @@ -100,13 +100,13 @@ <name>First A record hostname</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the first A records hostname (example: www.pfsense.org)</description> + <description>Enter the first A records hostname (ex: www.example.com)</description> </field> <field> <name>First A record IP address</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the first A records IP address (example: 1.2.3.4)</description> + <description>Enter the first A records IP address (ex: 1.2.3.4)</description> </field> <field> <name>Secondary A record (optional)</name> @@ -116,13 +116,13 @@ <name>Second A record IP hostname</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the second A records hostname (example: pfsense.org)</description> + <description>Enter the second A records hostname (ex: example.com)</description> </field> <field> <name>Second A record IP address</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the second A records IP address (example: 5.6.7.8)</description> + <description>Enter the second A records IP address (ex: 5.6.7.8)</description> </field> <field> <name>Third A record (optional)</name> @@ -132,13 +132,13 @@ <name>Third A record IP hostname</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the third A records hostname (example: www2.pfsense.org)</description> + <description>Enter the third A records hostname (ex: www2.example.com)</description> </field> <field> <name>Third A record IP address</name> <type>input</type> <arraynum>1</arraynum> - <description>Enter the third A records IP address (example: 9.10.11.12)</description> + <description>Enter the third A records IP address (ex: 9.10.11.12)</description> </field> <field> <name>Next</name> |