diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/ui.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/ui.pm b/perl-install/harddrake/ui.pm index 887245784..ebaea2263 100644 --- a/perl-install/harddrake/ui.pm +++ b/perl-install/harddrake/ui.pm @@ -49,6 +49,7 @@ my %fields = "model name" => [N("Model name"), N("Official vendor name of the cpu")], "nbuttons" => [ N("Number of buttons"), "the number of buttons the mouse have"], "name" => [ N("Name"), "the name of the cpu"], + "port" => [N("Port"), N("network printer port")], "processor" => [ N("Processor ID"), N("the number of the processor")], "stepping" => [ N("Model stepping"), N("Stepping of the cpu (sub model (generation) number)") ], "type" => [ N("Type"), N("The type of bus on which the mouse is connected")], |