summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-10-02 11:23:52 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-10-02 11:23:52 +0000
commit19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c (patch)
tree4fa64a61d165f66eeb839618e1c3b72f9e7a42f6 /perl-install/mouse.pm
parent54b725e9d01d45d1e6d23538a83cbc89e31578ac (diff)
downloaddrakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar
drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.gz
drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.bz2
drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.tar.xz
drakx-19bba6b33f207bc1b92ee8e2aba1c873bbe60c7c.zip
no_comment
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index c3d4e9c2a..5fa5b25b7 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -20,7 +20,7 @@ my @mouses_fields = qw(nbuttons MOUSETYPE XMOUSETYPE name);
my %mice =
arch() =~ /^sparc/ ?
(
- __('SunMouse') =>
+ 'sunmouse' =>
[ [ 'sunmouse' ],
[ [ 3, 'sun', 'sun', __("Sun - Mouse") ]
]]
@@ -44,7 +44,7 @@ my %mice =
[ 5, 'ps/2', 'IMPS/2', __("Wheel") ],
]],
- __("Serial") =>
+ __("serial") =>
[ [ map { "ttyS$_" } 0..3 ],
[ [ 2, 'Microsoft', 'Microsoft', __("Generic 2 Button Mouse") ],
[ 3, 'Microsoft', 'Microsoft', __("Generic 3 Button Mouse") ],
@@ -61,13 +61,13 @@ my %mice =
[ 3, 'Microsoft', 'ThinkingMouse', __("Kensington Thinking Mouse") ],
]],
- __('BusMouse') =>
+ __("busmouse") =>
[ [ arch() eq 'ppc' ? 'adbmouse' : ('atibm', 'inportbm', 'logibm') ],
[ [ 2, 'Busmouse', 'BusMouse', __("2 buttons") ],
[ 3, 'Busmouse', 'BusMouse', __("3 buttons") ],
]],
- '[' . _('No bus') . ']' =>
+ __("none") =>
[ [ 'none' ],
[ [ 0, 'none', 'Microsoft', __("No mouse") ],
]],