diff options
Diffstat (limited to 'perl-install/share/advertising/10.pl')
-rw-r--r-- | perl-install/share/advertising/10.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/share/advertising/10.pl b/perl-install/share/advertising/10.pl index 4c444457e..a59f1d206 100644 --- a/perl-install/share/advertising/10.pl +++ b/perl-install/share/advertising/10.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -14,4 +16,4 @@ $border = 10; #- for leftish text ' ', N("Mandrakesoft has developed two products that allow you to use Mandrakelinux <b>on any computer</b> and without any need to actually install it:"), N(" * <b>Move</b>, a Mandrakelinux distribution that runs entirely from a bootable CD-ROM."), - N(" * <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the ultra-compact “LaCie Mobile Hard Drive”."));
\ No newline at end of file + N(" * <b>GlobeTrotter</b>, a Mandrakelinux distribution pre-installed on the ultra-compact “LaCie Mobile Hard Drive”.")); |