diff options
author | David Baudens <baudens@mandriva.com> | 2002-09-16 11:59:02 +0000 |
---|---|---|
committer | David Baudens <baudens@mandriva.com> | 2002-09-16 11:59:02 +0000 |
commit | 3bbfd98868f298676bb4ee6447222163382cff70 (patch) | |
tree | 38bc3f682d0eac691bda7cebab7b95ef3818e4f6 /perl-install/share/advertising/04-multimedia.pl | |
parent | 6c10b5256715fabb51c235019e53025eb893f58a (diff) | |
download | drakx-3bbfd98868f298676bb4ee6447222163382cff70.tar drakx-3bbfd98868f298676bb4ee6447222163382cff70.tar.gz drakx-3bbfd98868f298676bb4ee6447222163382cff70.tar.bz2 drakx-3bbfd98868f298676bb4ee6447222163382cff70.tar.xz drakx-3bbfd98868f298676bb4ee6447222163382cff70.zip |
Adapt text postion to fix french translations
Diffstat (limited to 'perl-install/share/advertising/04-multimedia.pl')
-rw-r--r-- | perl-install/share/advertising/04-multimedia.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/04-multimedia.pl b/perl-install/share/advertising/04-multimedia.pl index dcc184957..0791afe4f 100644 --- a/perl-install/share/advertising/04-multimedia.pl +++ b/perl-install/share/advertising/04-multimedia.pl @@ -7,7 +7,7 @@ $icon_dx = 0; $icon_dy = 0; @data = ( [ _("Discover the most up-to-date graphical 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], + [ _("Push multimedia to its limits!"), 0, 40, 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, 60, 400, 20, 0], # [ 'text', $x, $y, $area_width, $area_height ], ); |