summaryrefslogtreecommitdiffstats
path: root/dns_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-24 14:15:56 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-24 14:15:56 +0000
commit93488ab8d82d22ca55202db4882dcf49a7a8c5f7 (patch)
treec413f9128478e4f202e501665e251e62d2dca766 /dns_wizard
parent7b705c3495559538c3ab79d7fe77ab712632b403 (diff)
downloaddrakwizard-93488ab8d82d22ca55202db4882dcf49a7a8c5f7.tar
drakwizard-93488ab8d82d22ca55202db4882dcf49a7a8c5f7.tar.gz
drakwizard-93488ab8d82d22ca55202db4882dcf49a7a8c5f7.tar.bz2
drakwizard-93488ab8d82d22ca55202db4882dcf49a7a8c5f7.tar.xz
drakwizard-93488ab8d82d22ca55202db4882dcf49a7a8c5f7.zip
s/Address IP/IP Address/ (Peroyvind Karlsen)
Diffstat (limited to 'dns_wizard')
-rw-r--r--dns_wizard/Bind.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index 46cfe49d..73593d29 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -141,7 +141,7 @@ $o->{pages} = {
slave => {
name => N("Slave DNS server") . "\n\n" . N("A slave name server will take some of the burden away from your primary name server, and will also function as a backup server, in case your master server is unreachable."),
data => [
- { label => N("Address IP of the master DNS server:"), val => \$o->{var}{IPMASTER} },
+ { label => N("IP Address of the master DNS server:"), val => \$o->{var}{IPMASTER} },
],
post => \&check_ipm,
next => 'summaryslave',
@@ -206,7 +206,7 @@ $o->{pages} = {
summaryslave => {
name => N("Ok Now building your DNS slave configuration") . "\n\n" . N("with this configuration:"),
data => [
- { label => N("Address IP of the master DNS server:"), fixed_val => \$o->{var}{IPMASTER} },
+ { label => N("IP Address of the master DNS server:"), fixed_val => \$o->{var}{IPMASTER} },
],
post => \&do_it_slave,
next => 'end',