summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-12-05 15:48:24 +0000
committerThierry Vignaud <tv@mandriva.org>2006-12-05 15:48:24 +0000
commit5a30152f133babdc8777001586fddcc24f16b11a (patch)
tree58c956c76c16b8262586bc517218d837b927c6d1 /mdkonline
parentc29c59853280bce138a03f1db747c13da015d4fc (diff)
downloadmgaonline-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-xmdkonline2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdkonline b/mdkonline
index f0b1ae3d..b5971524 100755
--- a/mdkonline
+++ b/mdkonline
@@ -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);