diff options
author | David Baudens <baudens@mandriva.com> | 2004-02-06 11:35:31 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2004-02-06 11:35:31 +0000 |
commit | 1272a85213064983871e6f22313908327421a2d7 (patch) | |
tree | f1e1cc33e0aa32213e972f5a0b84062483db7cf8 /perl-install/share/advertising/dwd-06.pl | |
parent | 61f3a7d7b790310594026326e453f7ca4e83bf3d (diff) | |
download | drakx-backup-do-not-use-1272a85213064983871e6f22313908327421a2d7.tar drakx-backup-do-not-use-1272a85213064983871e6f22313908327421a2d7.tar.gz drakx-backup-do-not-use-1272a85213064983871e6f22313908327421a2d7.tar.bz2 drakx-backup-do-not-use-1272a85213064983871e6f22313908327421a2d7.tar.xz drakx-backup-do-not-use-1272a85213064983871e6f22313908327421a2d7.zip |
Update
Diffstat (limited to 'perl-install/share/advertising/dwd-06.pl')
-rw-r--r-- | perl-install/share/advertising/dwd-06.pl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/share/advertising/dwd-06.pl b/perl-install/share/advertising/dwd-06.pl index 475bf0ab3..5ff0b85d8 100644 --- a/perl-install/share/advertising/dwd-06.pl +++ b/perl-install/share/advertising/dwd-06.pl @@ -10,8 +10,10 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = (N("Find all MandrakeSoft products <b>at MandrakeStore</b> - our full service e-commerce platform."), +@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], + ' ', + N("Find all MandrakeSoft products <b>at MandrakeStore</b> - our full service e-commerce platform."), ' ', N("Find out also support incidents if you have any problems, from standard to professional support, from 1 to 50 incidents, take the one which meets perfectly your needs!"), ' ', - N("Stop by today at www.mandrakestore.com")); + N("Stop by today at <b>www.mandrakestore.com</b>")); |