diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-12 10:42:17 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-12 10:42:17 +0000 |
commit | 4616ede845b177322dab0c1455983d90e88ab770 (patch) | |
tree | e5ce30af251fafd5ac58aced94ec5fb374ac55f9 /perl-install/share/advertising/ppp-09.pl | |
parent | 85b19a04cd2cd0fde76a3ed1492b2a1f80cedf5e (diff) | |
download | drakx-4616ede845b177322dab0c1455983d90e88ab770.tar drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.gz drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.bz2 drakx-4616ede845b177322dab0c1455983d90e88ab770.tar.xz drakx-4616ede845b177322dab0c1455983d90e88ab770.zip |
Final versions for MDK 10.0
Diffstat (limited to 'perl-install/share/advertising/ppp-09.pl')
-rw-r--r-- | perl-install/share/advertising/ppp-09.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/share/advertising/ppp-09.pl b/perl-install/share/advertising/ppp-09.pl index bd2b707aa..a509d1792 100644 --- a/perl-install/share/advertising/ppp-09.pl +++ b/perl-install/share/advertising/ppp-09.pl @@ -10,6 +10,8 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = (N("Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- our full service e-commerce platform."), +@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], + ' ', + N("Find all MandrakeSoft products and services at <b>MandrakeStore</b> -- our full service e-commerce platform."), ' ', N("Stop by today at <b>www.mandrakestore.com</b>")); |