summaryrefslogtreecommitdiffstats
path: root/perl-install/Xconfigurator.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2000-09-11 14:16:58 +0000
committerPablo Saratxaga <pablo@mandriva.com>2000-09-11 14:16:58 +0000
commit63c891d0e9751548af5da67007d32bac9c6cfa75 (patch)
tree6b57b2c9dc6d2f9afd4df5a4480ae9c3b61633d4 /perl-install/Xconfigurator.pm
parent3f2a86d98546f9824ce2f0ffc438b8adaf1e919a (diff)
downloaddrakx-backup-do-not-use-63c891d0e9751548af5da67007d32bac9c6cfa75.tar
drakx-backup-do-not-use-63c891d0e9751548af5da67007d32bac9c6cfa75.tar.gz
drakx-backup-do-not-use-63c891d0e9751548af5da67007d32bac9c6cfa75.tar.bz2
drakx-backup-do-not-use-63c891d0e9751548af5da67007d32bac9c6cfa75.tar.xz
drakx-backup-do-not-use-63c891d0e9751548af5da67007d32bac9c6cfa75.zip
fixed English typo
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r--perl-install/Xconfigurator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm
index 1cfce45b5..9c9e53916 100644
--- a/perl-install/Xconfigurator.pm
+++ b/perl-install/Xconfigurator.pm
@@ -229,7 +229,7 @@ _("Your card can have 3D hardware acceleration support with XFree %s.", $xf3_ver
$msg = ($card->{use_xf4} && !$card->{DRI_glx} ?
_("Your card can have 3D hardware acceleration support but only with XFree %s,
NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.
-Your card is supported by XFree %s which may have abetter support in 2D.", $xf3_ver, $xf4_ver) :
+Your card is supported by XFree %s which may have a better support in 2D.", $xf3_ver, $xf4_ver) :
_("Your card can have 3D hardware acceleration support with XFree %s,
NOTE THIS IS EXPERIMENTAL SUPPORT AND MAY FREEZE YOUR COMPUTER.", $xf3_ver)) . "\n\n" . $msg;
push @choices, { text => _("XFree %s with EXPERIMENTAL 3D hardware acceleration", $xf3_ver),