From a32fca4bb3e76a0d2b8e6a04ac4b5ad08c157442 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 22 Aug 2004 09:50:36 +0000 Subject: Corrected several typos. --- installsrv_wizard/Installsrv.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installsrv_wizard/Installsrv.pm') 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 => { -- cgit v1.2.1