From 0c5f0a56a9353b8bd6e26442e8f8150d32c6ad80 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Wed, 22 Feb 2006 18:51:49 +0000 Subject: - keep unchanged values unchanged --- mdkonline | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mdkonline b/mdkonline index cfeb419b..d9f7aeaa 100755 --- a/mdkonline +++ b/mdkonline @@ -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 { -- cgit v1.2.1