summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-06-17 23:49:42 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-06-17 23:49:42 +0000
commit7cc4f22d7502d543fd79d52d1700944ca613a277 (patch)
tree96bc23a0d0fb582f36c5812d801c0b7ac2af2216 /perl-install/standalone/harddrake2
parentc1afc9da1fe3760938a830abaddab8557d61f75a (diff)
downloaddrakx-backup-do-not-use-7cc4f22d7502d543fd79d52d1700944ca613a277.tar
drakx-backup-do-not-use-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.gz
drakx-backup-do-not-use-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.bz2
drakx-backup-do-not-use-7cc4f22d7502d543fd79d52d1700944ca613a277.tar.xz
drakx-backup-do-not-use-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/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake23
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") ],
+ }
);