diff options
author | Funda Wang <fwang@mandriva.org> | 2004-08-09 09:13:43 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2004-08-09 09:13:43 +0000 |
commit | c1cfc0e1f4f66cb16513758673322cf7ad52dd74 (patch) | |
tree | b7cb0f35169128f24487e4015c6d7d60be5fa7c4 /perl-install | |
parent | 12cf5d19d34c4d7595584ef124609b6198cb8ae5 (diff) | |
download | drakx-c1cfc0e1f4f66cb16513758673322cf7ad52dd74.tar drakx-c1cfc0e1f4f66cb16513758673322cf7ad52dd74.tar.gz drakx-c1cfc0e1f4f66cb16513758673322cf7ad52dd74.tar.bz2 drakx-c1cfc0e1f4f66cb16513758673322cf7ad52dd74.tar.xz drakx-c1cfc0e1f4f66cb16513758673322cf7ad52dd74.zip |
s/MandrakeExpert/Mandrakeexpert
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/share/advertising/dis-11.pl | 4 | ||||
-rw-r--r-- | perl-install/share/advertising/dwd-08.pl | 4 | ||||
-rw-r--r-- | perl-install/share/advertising/ppp-11.pl | 4 | ||||
-rw-r--r-- | perl-install/share/advertising/pwp-10.pl | 4 |
4 files changed, 8 insertions, 8 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>")); diff --git a/perl-install/share/advertising/dwd-08.pl b/perl-install/share/advertising/dwd-08.pl index 1f9ca7b57..5b0b43002 100644 --- a/perl-install/share/advertising/dwd-08.pl +++ b/perl-install/share/advertising/dwd-08.pl @@ -13,6 +13,6 @@ $border = 10; #- for leftish text @text =([ N("<b>Do you require assistance?</b>"), 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>")); diff --git a/perl-install/share/advertising/ppp-11.pl b/perl-install/share/advertising/ppp-11.pl index 65d9e04df..8453ac8af 100644 --- a/perl-install/share/advertising/ppp-11.pl +++ b/perl-install/share/advertising/ppp-11.pl @@ -12,6 +12,6 @@ $border = 10; #- for leftish text @text = ([ N("<b>Do you require assistance?</b>"), 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>")); diff --git a/perl-install/share/advertising/pwp-10.pl b/perl-install/share/advertising/pwp-10.pl index 9912f79a7..c56e94808 100644 --- a/perl-install/share/advertising/pwp-10.pl +++ b/perl-install/share/advertising/pwp-10.pl @@ -12,6 +12,6 @@ $border = 10; #- for leftish text @text = ([ N("<b>Do you require assistance?</b>"), 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>")); |