diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-02 16:57:43 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-02 16:57:43 +0000 |
commit | ba0aaaa1788431db0c9adaca0caa77d30037b7f2 (patch) | |
tree | 13afaeaa5ff00eb66fc334cf0963dd0bd5833206 /perl-install/share/advertising/dis-05.pl | |
parent | 45f6059bfdc68f802b8c4b21423b7660118df5d4 (diff) | |
download | drakx-ba0aaaa1788431db0c9adaca0caa77d30037b7f2.tar drakx-ba0aaaa1788431db0c9adaca0caa77d30037b7f2.tar.gz drakx-ba0aaaa1788431db0c9adaca0caa77d30037b7f2.tar.bz2 drakx-ba0aaaa1788431db0c9adaca0caa77d30037b7f2.tar.xz drakx-ba0aaaa1788431db0c9adaca0caa77d30037b7f2.zip |
Update
Diffstat (limited to 'perl-install/share/advertising/dis-05.pl')
-rw-r--r-- | perl-install/share/advertising/dis-05.pl | 15 |
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!")); |