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/14-mdkexpert.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/14-mdkexpert.pl')
-rw-r--r-- | perl-install/share/advertising/14-mdkexpert.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/share/advertising/14-mdkexpert.pl b/perl-install/share/advertising/14-mdkexpert.pl index 668f38222..b019e8460 100644 --- a/perl-install/share/advertising/14-mdkexpert.pl +++ b/perl-install/share/advertising/14-mdkexpert.pl @@ -7,7 +7,7 @@ $icon_dx = 0; $icon_dy = 0; @data = ( [ _("Become a MandrakeExpert"), 0, 0, 400, 20, 1], - [ _("Find the solutions of your problems via MandrakeSoft's online support platform"), 0, 30, 400, 0, 0 ], - [ _("Join the MandrakeSoft support teams and the Linux Community online th share your knowledge and help your others by becoming a recognized Expert on the online tehnial support website:"), 0, 70, 400, 0, 0 ], + [ _("Find the solutions to your problems via MandrakeSoft's online support platform"), 0, 30, 400, 0, 0 ], + [ _("Join the MandrakeSoft support teams and the Linux Community online to share your knowledge and help your others by becoming a recognized Expert on the online tehnial support website:"), 0, 70, 400, 0, 0 ], # [ 'text', $x, $y, $area_width, $area_height ], ); |