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/06-mcc.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/06-mcc.pl')
-rw-r--r-- | perl-install/share/advertising/06-mcc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/advertising/06-mcc.pl b/perl-install/share/advertising/06-mcc.pl index 635f8cf9f..a77e6b367 100644 --- a/perl-install/share/advertising/06-mcc.pl +++ b/perl-install/share/advertising/06-mcc.pl @@ -7,6 +7,6 @@ $icon_dx = 0; $icon_dy = 0; @data = ( [ _("Mandrake Control Center"), 0, 0, 400, 20, 1], - [ _("Mandrake Linux 9.0 provides a powerful tool to fully customize and configure your machine"), 0, 20, 400, 60, 0], + [ _("Mandrake Linux 9.0 provides a powerful tool to fully customize and configure your machine"), 0, 40, 400, 60, 0], # [ 'text', $x, $y, $area_width, $area_height ], ); |