diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-22 09:50:36 +0000 |
commit | a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 (patch) | |
tree | e0d602b221f4aa301e84e21e1fa332826162ec1f /installsrv_wizard | |
parent | c196eb029c890300e90a2935d1d639afc887bb10 (diff) | |
download | drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.gz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.bz2 drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.tar.xz drakwizard-a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442.zip |
Corrected several typos.
Diffstat (limited to 'installsrv_wizard')
-rw-r--r-- | installsrv_wizard/Installsrv.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm index 86fbc5ec..b4fdc842 100644 --- a/installsrv_wizard/Installsrv.pm +++ b/installsrv_wizard/Installsrv.pm @@ -55,7 +55,7 @@ $o->{pages} = { next => 'install_srv', }, install_srv => { - name => N("Install server configuration") . "\n\n" . N("Path to data: specify your source directory, should be base of an Mandrakelinux installation.") . "\n\n" . N("Destination directory: copy file in which directory?"), + name => N("Install server configuration") . "\n\n" . N("Path to data: specify your source directory, should be base of a Mandrakelinux installation.") . "\n\n" . N("Destination directory: copy file in which directory?"), pre => sub { $o->{var}{wiz_nfs} ||= 1; $o->{var}{wiz_http} ||= 1; @@ -78,7 +78,7 @@ $o->{pages} = { next => 'install_srv', }, dir_already_use => { - name => N("The destination directory already in use, please choose another one."), + name => N("The destination directory is already in use. Please choose another one."), next => 'install_srv', }, summary_srv => { |