diff options
author | Thierry Vignaud <tv@mandriva.org> | 2006-12-05 15:48:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2006-12-05 15:48:24 +0000 |
commit | 5a30152f133babdc8777001586fddcc24f16b11a (patch) | |
tree | 58c956c76c16b8262586bc517218d837b927c6d1 /mdkonline | |
parent | c29c59853280bce138a03f1db747c13da015d4fc (diff) | |
download | mgaonline-5a30152f133babdc8777001586fddcc24f16b11a.tar mgaonline-5a30152f133babdc8777001586fddcc24f16b11a.tar.gz mgaonline-5a30152f133babdc8777001586fddcc24f16b11a.tar.bz2 mgaonline-5a30152f133babdc8777001586fddcc24f16b11a.tar.xz mgaonline-5a30152f133babdc8777001586fddcc24f16b11a.zip |
better looking message (add EOLs around list items)
Diffstat (limited to 'mdkonline')
-rwxr-xr-x | mdkonline | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,7 +163,7 @@ my $wiz = }, authenticate => { name => - N("In order to benefit from Mandriva Online services,\nwe are about to upload your configuration.\n\nThe Wizard will now send the following information to Mandriva:\n1) the list of packages you have installed on your system,\n2) your hardware configuration.\n\nIf you feel uncomfortable by that idea, or do not want to benefit from this service,\nplease press 'Cancel'. By pressing 'Next', you allow us to keep you informed\nabout security updates and useful upgrades via personalized email alerts.\nFurthermore, you benefit from discounted paid support services on\nwww.mandrivaexpert.com."), + N("In order to benefit from Mandriva Online services,\nwe are about to upload your configuration.\n\nThe Wizard will now send the following information to Mandriva:\n\n1) the list of packages you have installed on your system,\n\n2) your hardware configuration.\n\nIf you feel uncomfortable by that idea, or do not want to benefit from this service,\nplease press 'Cancel'. By pressing 'Next', you allow us to keep you informed\nabout security updates and useful upgrades via personalized email alerts.\nFurthermore, you benefit from discounted paid support services on\nwww.mandrivaexpert.com."), data => [ { } ], complete => sub { my $err = send_conf_via_soap($login, $password, $boxname, $descboxname, $country); |