diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-14 15:09:52 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-14 15:09:52 +0000 |
commit | 5cf7e99232b4bd6ad436219469a164476365de78 (patch) | |
tree | 8d731222ced8fcac617e8436a50ed2323c2b5568 /perl-install | |
parent | e003fa7bf51a482abd72570470011466fe96247b (diff) | |
download | drakx-5cf7e99232b4bd6ad436219469a164476365de78.tar drakx-5cf7e99232b4bd6ad436219469a164476365de78.tar.gz drakx-5cf7e99232b4bd6ad436219469a164476365de78.tar.bz2 drakx-5cf7e99232b4bd6ad436219469a164476365de78.tar.xz drakx-5cf7e99232b4bd6ad436219469a164476365de78.zip |
display port for network printers too
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")], |