summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/mousedrake
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-24 09:11:31 +0000
commit4f6e9b525a4986824446d23b7df5c86bfb0a4a15 (patch)
tree6deeba3ebfa7826b1293feeffc8a69ec1f980a0b /perl-install/standalone/mousedrake
parent83e1152dfea7d8942f9ddd5ff54348ca0334213b (diff)
downloaddrakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.gz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.bz2
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.tar.xz
drakx-backup-do-not-use-4f6e9b525a4986824446d23b7df5c86bfb0a4a15.zip
English proofreading
Diffstat (limited to 'perl-install/standalone/mousedrake')
-rwxr-xr-xperl-install/standalone/mousedrake2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/mousedrake b/perl-install/standalone/mousedrake
index 12789fef1..602f28db0 100755
--- a/perl-install/standalone/mousedrake
+++ b/perl-install/standalone/mousedrake
@@ -34,7 +34,7 @@ if (!$mouse || !$::auto) {
0;
});
}
- my $name = $in->ask_from_treelistf('mousedrake', N("Please, choose the type of your mouse."), '|',
+ my $name = $in->ask_from_treelistf('mousedrake', N("Please choose your mouse type."), '|',
sub { join '|', map { translate($_) } split '\|', $_[0] },
[ mouse::fullnames ],
$mouse->{type} . '|' . $mouse->{name});