diff options
Diffstat (limited to 'perl-install/share/advertising/dwd-02.pl')
-rw-r--r-- | perl-install/share/advertising/dwd-02.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/dwd-02.pl b/perl-install/share/advertising/dwd-02.pl index a8df59911..7f52f4eed 100644 --- a/perl-install/share/advertising/dwd-02.pl +++ b/perl-install/share/advertising/dwd-02.pl @@ -12,6 +12,6 @@ $border = 10; #- for leftish text @text = ([ N("<b>Join the Mandrake Linux community!</b>"), center => 1 ], ' ', - N("If you would like to get involved, please subscribe to the \"Cooker\" mailing list by visiting <b>mandrakelinux.com/cooker</b>"), + N("If you would like to get involved, please subscribe to the \"Cooker\" mailing list by visiting mandrake-linux.com/cooker"), ' ', - N("To learn more about our dynamic community, please visit <b>www.mandrakelinux.com</b>!")); + N("To learn more about our dynamic community, please visit www.mandrake-linux.com!")); |