diff options
Diffstat (limited to 'perl-install/share/advertising/28.pl')
-rw-r--r-- | perl-install/share/advertising/28.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/share/advertising/28.pl b/perl-install/share/advertising/28.pl index f688cd2e7..cce312594 100644 --- a/perl-install/share/advertising/28.pl +++ b/perl-install/share/advertising/28.pl @@ -1,5 +1,7 @@ #!/usr/bin/perl +use utf8; + $width = 556; $height = 303; @@ -19,4 +21,4 @@ $border = 10; #- for leftish text N(" * Access to <b>commercial applications</b> (for example to NVIDIA® or ATI™ drivers)."), N(" * Participation in Mandrakelinux <b>user forums</b>."), N(" * <b>Early and privileged access</b>, before public release, to Mandrakelinux <b>ISO images</b>."), - N(" * And many more."));
\ No newline at end of file + N(" * And many more.")); |