summaryrefslogtreecommitdiffstats
path: root/mdkonline
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-12-05 15:50:24 +0000
committerThierry Vignaud <tv@mandriva.org>2006-12-05 15:50:24 +0000
commit2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad (patch)
tree48ca8acf0f236791e9649f9cd5c21226446ad443 /mdkonline
parentb102a56bfb97e27b08f29302302ffe9f633b3aa3 (diff)
downloadmgaonline-2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad.tar
mgaonline-2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad.tar.gz
mgaonline-2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad.tar.bz2
mgaonline-2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad.tar.xz
mgaonline-2e6f5b32b83eadbe20afc0ff657de706ac9aa0ad.zip
nicely format wizard messages with formatAlaTeX()
Diffstat (limited to 'mdkonline')
-rwxr-xr-xmdkonline8
1 files changed, 4 insertions, 4 deletions
diff --git a/mdkonline b/mdkonline
index b5971524..abe16f40 100755
--- a/mdkonline
+++ b/mdkonline
@@ -120,7 +120,7 @@ my $wiz =
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 => formatAlaTeX(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")),
no_back => 1,
post => sub {
$::main_window = $::WizardWindow; # center subdialogs on main window
@@ -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:\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."),
+ formatAlaTeX(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);
@@ -221,11 +221,11 @@ my $wiz =
next => 'createaccount',
},
createaccount => {
- name => N("Mandriva Online Account successfully created.\nPlease click \"Next\" to authenticate and upload your configuration\n"),
+ name => formatAlaTeX(N("Mandriva Online Account successfully created.\nPlease click \"Next\" to authenticate and upload your configuration\n")),
next => 'account',
},
upload => {
- name => 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"),
+ name => formatAlaTeX(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")),
data => sub {
[
{ label => N("Country"), val => \$country, type => "combo", list => [ sort keys %countries ], not_edit => 0 }