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