diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-02 17:06:12 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-02 17:06:12 +0000 |
commit | ec976987fb15cdbd650b07f1c6e5c06ab793e3f9 (patch) | |
tree | cba35c1179140c0f27b6fce92afa0206155fbe5e /perl-install/share/advertising/04-multimedia.pl | |
parent | f0f25cc95b6af91947967c2d93d6849f2208e350 (diff) | |
download | drakx-ec976987fb15cdbd650b07f1c6e5c06ab793e3f9.tar drakx-ec976987fb15cdbd650b07f1c6e5c06ab793e3f9.tar.gz drakx-ec976987fb15cdbd650b07f1c6e5c06ab793e3f9.tar.bz2 drakx-ec976987fb15cdbd650b07f1c6e5c06ab793e3f9.tar.xz drakx-ec976987fb15cdbd650b07f1c6e5c06ab793e3f9.zip |
try to fix broken english in advertisements and not break po's
Diffstat (limited to 'perl-install/share/advertising/04-multimedia.pl')
-rw-r--r-- | perl-install/share/advertising/04-multimedia.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/share/advertising/04-multimedia.pl b/perl-install/share/advertising/04-multimedia.pl index 54d6a6557..6ce32e4d1 100644 --- a/perl-install/share/advertising/04-multimedia.pl +++ b/perl-install/share/advertising/04-multimedia.pl @@ -6,8 +6,8 @@ $icon = 0; $icon_dx = 0; $icon_dy = 0; @data = ( - [ _("Discover the most up-to-date graphical and multimedia tools!"), 0, 0, 400, 20, 1], - [ _("Push multimedia at its limits!"), 0, 20, 400, 20, 0], - [ _("Mandrake Linux 9.0 enables you to use the very latest software to play audio files, edit and handle your images or photos, and plays videos"), 0, 50, 400, 20, 0], + [ _("Discover the most up-to-date graphics and multimedia tools!"), 0, 0, 400, 20, 1], + [ _("Push multimedia to its limits!"), 0, 20, 400, 20, 0], + [ _("Mandrake Linux 9.0 enables you to use the very latest software to play audio files, edit and handle your images or photos, and play videos"), 0, 50, 400, 20, 0], # [ 'text', $x, $y, $area_width, $area_height ], ); |