diff options
author | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-08 09:14:33 +0000 |
---|---|---|
committer | Pablo Saratxaga <pablo@mandriva.com> | 2004-08-08 09:14:33 +0000 |
commit | 1499430f9b2999a17fb3e3a0f5a1c2355adecd8a (patch) | |
tree | 25558c1a6977f8728c8c4b8262b70e122ae28fd1 /installsrv_wizard | |
parent | 2ee9e5c2a5775fde6ed2730d5485249271e0394b (diff) | |
download | drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.gz drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.bz2 drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.tar.xz drakwizard-1499430f9b2999a17fb3e3a0f5a1c2355adecd8a.zip |
fixed various strings to proper English
Diffstat (limited to 'installsrv_wizard')
-rw-r--r-- | installsrv_wizard/Installsrv.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installsrv_wizard/Installsrv.pm b/installsrv_wizard/Installsrv.pm index c95c2f21..78bfc547 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 Mandrake 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 an Mandrake installation.") . "\n\n" . N("Destination directory: copy file in which directory?"), pre => sub { $o->{var}{wiz_nfs} ||= 1; $o->{var}{wiz_http} ||= 1; |