diff options
-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 b06be23a..b04a4d1e 100644 --- a/dns_wizard/Bind.pm +++ b/dns_wizard/Bind.pm @@ -201,7 +201,7 @@ $o->{pages} = { end => 1, }, error_notmaster => { - name => N("It seems that your are not a master DNS server, but just a slave one. So I can't add/remove host."), + name => N("It seems that your are not a master DNS server, so I can't add/remove host."), next => 0, end => 1, }, |