summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/ppp-08.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/ppp-08.pl')
-rw-r--r--perl-install/share/advertising/ppp-08.pl15
1 files changed, 10 insertions, 5 deletions
diff --git a/perl-install/share/advertising/ppp-08.pl b/perl-install/share/advertising/ppp-08.pl
index 5a7226414..9ad45745c 100644
--- a/perl-install/share/advertising/ppp-08.pl
+++ b/perl-install/share/advertising/ppp-08.pl
@@ -3,10 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Mandrake Control Center");
+# Use <b>text</b> for bold
-@text = (N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."),
- '',
- N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system."));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Mandrake Control Center</b>"), center => 1 ],
+ ' ',
+ N("The Mandrake Control Center is an essential collection of Mandrake-specific utilities for simplifying the configuration of your computer."),
+ ' ',
+ N("You will immediately appreciate this collection of handy utilities for easily configuring hardware devices, defining mount points, setting up Network and Internet, adjusting the security level of your computer, and just about everything related to the system."));