diff options
author | Daouda Lo <daouda@mandriva.com> | 2006-02-22 18:51:49 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2006-02-22 18:51:49 +0000 |
commit | 0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80 (patch) | |
tree | 4a03290fae869d69f39cbca36b8497261ebfce24 /mdkonline | |
parent | 79d40ac491f9d3cb928e876c6a8504fad4b088ed (diff) | |
download | mgaonline-0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80.tar mgaonline-0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80.tar.gz mgaonline-0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80.tar.bz2 mgaonline-0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80.tar.xz mgaonline-0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80.zip |
- keep unchanged values unchanged
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -96,7 +96,7 @@ my $wiz = wizards->new( name => N("Mandriva Online"), pages => { welcome => { - name => N("This assistant will help you to upload your configuration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n"), + name => N("This assistant will help you to upload your confguration\n(packages, hardware configuration) to a centralized database in\norder to keep you informed about security updates and useful upgrades.\n"), no_back => 1, next => 'choices' }, @@ -179,7 +179,7 @@ my $wiz = wizards->new( if ($sendconfres eq 'OK') { "\n\n" . N("Your upload was successful!") . "\n\n" . N("From now you will receive on security and updates \nannouncements thanks to Mandriva Online.") . "\n\n" . N("Mandriva Online offers you the ability to automate the updates.\nA program will run regulary in your system waiting for new updates\n"); } else { - N("Connection problem") . N("Problem occurs when uploading files, please try again"); + N("Connection problem") . "\n" . N("Problem occurs when uploading files, please try again"); } }, data => sub { |