diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-06 13:00:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-03-06 13:00:09 +0000 |
commit | 93bbbf0dedf31574274c2f480c5753cc99ad33b7 (patch) | |
tree | 99b67900c0b995c24bebaaa21974d95e776a4df2 /mdkonline | |
parent | cf170651474c9f3f666b3c0bdb6bb4613bb93eff (diff) | |
download | mgaonline-93bbbf0dedf31574274c2f480c5753cc99ad33b7.tar mgaonline-93bbbf0dedf31574274c2f480c5753cc99ad33b7.tar.gz mgaonline-93bbbf0dedf31574274c2f480c5753cc99ad33b7.tar.bz2 mgaonline-93bbbf0dedf31574274c2f480c5753cc99ad33b7.tar.xz mgaonline-93bbbf0dedf31574274c2f480c5753cc99ad33b7.zip |
when upload failed, do display the error message
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -178,7 +178,8 @@ my $wiz = 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" . N("Problem occurs when uploading files, please try again"); + N("Connection problem") . "\n" . N("Problem occurs when uploading files, please try again") + . "\n\n" . $sendconfres; } }, data => sub { |