diff options
author | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-08 10:37:57 -0300 |
---|---|---|
committer | Marcello Coutinho <marcellocoutinho@gmail.com> | 2013-10-08 10:37:57 -0300 |
commit | 18533369a719d2956600d1b46408357372816afc (patch) | |
tree | e42fde8201876d8b2ea55b4d20affcaf89f9e4f8 /config/bind/bind_zones.xml | |
parent | f9ac72222104375f776457222505995f9c663bc3 (diff) | |
download | pfsense-packages-18533369a719d2956600d1b46408357372816afc.tar.gz pfsense-packages-18533369a719d2956600d1b46408357372816afc.tar.bz2 pfsense-packages-18533369a719d2956600d1b46408357372816afc.zip |
bind - Fix typos
Thanks to phil-davis
Diffstat (limited to 'config/bind/bind_zones.xml')
-rw-r--r-- | config/bind/bind_zones.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/bind/bind_zones.xml b/config/bind/bind_zones.xml index 577b6cad..0656aec7 100644 --- a/config/bind/bind_zones.xml +++ b/config/bind/bind_zones.xml @@ -153,8 +153,8 @@ <type>checkbox</type> </field> <field> - <fielddescr>Custon Option</fielddescr> - <fieldname>custon</fieldname> + <fielddescr>custom Option</fielddescr> + <fieldname>custom</fieldname> <description>You can put your own custom options here, separated by semi-colons (;).</description> <type>textarea</type> <cols>65</cols> @@ -176,7 +176,7 @@ <field> <fielddescr>IP Master Zone</fielddescr> <fieldname>slaveip</fieldname> - <description>In which case the zone is slave, enter the IP address of the master DNS zone.</description> + <description>If zone is slave, enter the IP address of the master DNS zone.</description> <type>input</type> </field> <field> |