diff options
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 => { |