diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 19:39:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 19:39:01 +0000 |
commit | b290db0ff7d2f098e5a18070054755c1e4fcba40 (patch) | |
tree | 4272c51ba603aea43241505b7531e0fb59fdef59 /dns_wizard | |
parent | 5c24a922875608f606163733cadb481e75030ab7 (diff) | |
download | drakwizard-b290db0ff7d2f098e5a18070054755c1e4fcba40.tar drakwizard-b290db0ff7d2f098e5a18070054755c1e4fcba40.tar.gz drakwizard-b290db0ff7d2f098e5a18070054755c1e4fcba40.tar.bz2 drakwizard-b290db0ff7d2f098e5a18070054755c1e4fcba40.tar.xz drakwizard-b290db0ff7d2f098e5a18070054755c1e4fcba40.zip |
make some strings understandable
Diffstat (limited to 'dns_wizard')
-rw-r--r-- | dns_wizard/Bind.pm | 4 |
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', }, |