summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/share/advertising/dwd-09.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/share/advertising/dwd-09.pl b/perl-install/share/advertising/dwd-09.pl
index 16d9f8954..eb974ee55 100644
--- a/perl-install/share/advertising/dwd-09.pl
+++ b/perl-install/share/advertising/dwd-09.pl
@@ -7,6 +7,9 @@ $y_start = 10;
$border = 10; #- for leftish text
# Use <b>text</b> for bold
+#
+# And text MUST BE in ASCII or UTF-8 *ONLY*
+# Don't use iso-8859-1 or any other encoding, it breaks everything!
# @text = ([ N("text to display"), center => 1 ],
@@ -14,4 +17,4 @@ $border = 10; #- for leftish text
' ',
N("This is the Mandrake Linux <b>Download version</b>."),
' ',
- N("The free download version does not include commercial software, and therefore may not work with certain modems (such as some ADSL and RTC ones) and video cards (such as ATI® and NVIDIA® ones)."));
+ N("The free download version does not include commercial software, and therefore may not work with certain modems (such as some ADSL and RTC ones) and video cards (such as ATI® and NVIDIA® ones)."));