diff options
Diffstat (limited to 'perl-install/share/advertising/dwd-08.pl')
-rw-r--r-- | perl-install/share/advertising/dwd-08.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/dwd-08.pl b/perl-install/share/advertising/dwd-08.pl index 2d42cb9a6..1f9ca7b57 100644 --- a/perl-install/share/advertising/dwd-08.pl +++ b/perl-install/share/advertising/dwd-08.pl @@ -11,8 +11,8 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = (N("Do you require assistance?"), +@text =([ N("<b>Do you require assistance?</b>"), center => 1 ], ' ', N("<b>MandrakeExpert</b> is the primary source for technical support."), ' ', - N("If you have Linux questions, subscribe to MandrakeExpert at www.mandrakeexpert.com")); + N("If you have Linux questions, subscribe to MandrakeExpert at <b>www.mandrakeexpert.com</b>")); |