diff options
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") ], + } ); |