summaryrefslogtreecommitdiffstats
path: root/dns_wizard
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-21 14:59:14 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-21 14:59:14 +0000
commit0d3276f169c897c6a15bd51477e8707c6b6d650f (patch)
tree39d10fa54f6b43929ec90a46bc8c10d9c6cff51c /dns_wizard
parentd3127ce34b73f0bb781c8ba5a698975da9d7056a (diff)
downloaddrakwizard-0d3276f169c897c6a15bd51477e8707c6b6d650f.tar
drakwizard-0d3276f169c897c6a15bd51477e8707c6b6d650f.tar.gz
drakwizard-0d3276f169c897c6a15bd51477e8707c6b6d650f.tar.bz2
drakwizard-0d3276f169c897c6a15bd51477e8707c6b6d650f.tar.xz
drakwizard-0d3276f169c897c6a15bd51477e8707c6b6d650f.zip
typo fix (s/todo/to do/)
Diffstat (limited to 'dns_wizard')
-rw-r--r--dns_wizard/Bind.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm
index 3eb01828..e96c04ea 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -115,7 +115,7 @@ $o->{pages} = {
return 'removehost' }
},
data => [
- { label => N("What do you want todo:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
+ { label => N("What do you want to do:"), val => \$o->{var}{wiz_level}, list => [ keys %level ], format => sub { $level{$_[0]} } },
],
next => 'ipforward',