diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:49:42 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-06-17 23:49:42 +0000 |
commit | 7cc4f22d7502d543fd79d52d1700944ca613a277 (patch) | |
tree | 96bc23a0d0fb582f36c5812d801c0b7ac2af2216 /perl-install | |
parent | c1afc9da1fe3760938a830abaddab8557d61f75a (diff) | |
download | drakx-7cc4f22d7502d543fd79d52d1700944ca613a277.tar drakx-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.gz drakx-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.bz2 drakx-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.xz drakx-7cc4f22d7502d543fd79d52d1700944ca613a277.zip |
the split of the cpu help nicely show up that mice were using CPU help.
let's describe their "name" field too.
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index befcbc5ca..e7420f383 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -85,6 +85,9 @@ my %fields = { info => [ N("Disk identifier"), N("usually the disk serial number") ], }, + MOUSE => { + name => [ N("Name"), N("the name of the mouse") ], + } ); |