summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/dis-05.pl
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/dis-05.pl')
-rw-r--r--perl-install/share/advertising/dis-05.pl15
1 files changed, 10 insertions, 5 deletions
diff --git a/perl-install/share/advertising/dis-05.pl b/perl-install/share/advertising/dis-05.pl
index c963d5f0e..2a6d33acc 100644
--- a/perl-install/share/advertising/dis-05.pl
+++ b/perl-install/share/advertising/dis-05.pl
@@ -3,10 +3,15 @@
$width = 556;
$height = 303;
-$y_start = 80;
+$y_start = 10;
+$border = 10; #- for leftish text
-$title = N("Surf The Internet");
+# Use <b>text</b> for bold
-@text = (N("Discover the new integrated personal information suite KDE Kontact."),
- '',
- N("More than just a full-featured email client, Kontact also includes an address book, a calendar and scheduling program, plus a tool for taking notes!"));
+# @text = ([ N("text to display"), center => 1 ],
+
+@text = ([ N("<b>Surf The Internet</b>"), center => 1 ],
+ ' ',
+ N("Discover the new integrated personal information suite KDE Kontact."),
+ ' ',
+ N("More than just a full-featured email client, Kontact also includes an address book, a calendar and scheduling program, plus a tool for taking notes!"));