diff options
Diffstat (limited to 'perl-install/share/advertising/pwp-10.pl')
-rw-r--r-- | perl-install/share/advertising/pwp-10.pl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/perl-install/share/advertising/pwp-10.pl b/perl-install/share/advertising/pwp-10.pl new file mode 100644 index 000000000..76c460583 --- /dev/null +++ b/perl-install/share/advertising/pwp-10.pl @@ -0,0 +1,14 @@ +#!/usr/bin/perl + +$width = 556; +$height = 303; + +$y_start = 80; + +$title = N(""); + +@text = (N("Do you require assistance?"), + '', + N("MandrakeExpert is the primary source for technical support."), + '', + N("If you have Linux questions, subscribe to MandrakeExpert at www.mandrakeexpert.com")); |