diff options
Diffstat (limited to 'dns_wizard')
-rw-r--r-- | dns_wizard/Bind.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Bind.pm b/dns_wizard/Bind.pm index e280a12e..3dc5a6a7 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -250,7 +250,7 @@ $o->{pages} = { }, endremove => { name => N("Congratulations"), - data => [ { label => N("The wizard successfully remove host in your DNS.") } ], + data => [ { label => N("The wizard successfully removed the host from your DNS.") } ], no_back => 1, end => 1, next => 0, |