summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 b5c7a797..5e5d2fe4 100644
--- a/dns_wizard/Bind.pm
+++ b/dns_wizard/Bind.pm
@@ -184,12 +184,12 @@ $o->{pages} = {
next => 'client_id'
},
error_add => {
- name => N("Error add host.") . "\n\n" . N("It seems that host is already in your DNS configuration... press next to continue"),
+ name => N("Error.") . "\n\n" . N("It seems that host is already in your DNS configuration... press next to continue"),
ignore => 1,
next => 'addhost',
},
error_remove => {
- name => N("Error remove host.") . "\n\n" . N("It seems that this is not present in your DNS configuration... press next to continue"),
+ name => N("Error:") . "\n\n" . N("It seems that this is not present in your DNS configuration... press next to continue"),
ignore => 1,
next => 'removehost',
},