diff options
Diffstat (limited to 'perl-install/share/advertising/ppp-09.pl')
-rw-r--r-- | perl-install/share/advertising/ppp-09.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/ppp-09.pl b/perl-install/share/advertising/ppp-09.pl index 20a9002ef..667cde781 100644 --- a/perl-install/share/advertising/ppp-09.pl +++ b/perl-install/share/advertising/ppp-09.pl @@ -10,8 +10,8 @@ $border = 10; #- for leftish text # @text = ([ N("text to display"), center => 1 ], -@text = ([ N("<b>MandrakeStore</b>"), center => 1 ], +@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("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>")); |