diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 20:32:05 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 20:32:05 +0000 |
commit | c35eba3676b09d58f3b71c29934853964aaf0a3f (patch) | |
tree | d3af46d70ea835aea1bd671300a1a3d37840ef28 /h-source/Application/Include/hardware.php | |
parent | 37b417757fc21ecf2ae159fc8f5182ec234e0be0 (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index c3827ad..8c134c9 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -170,9 +170,9 @@ class Printer extends Hardware { public static $compatibility = array( - "A Full" => "A-Full", - "B Partial" => "B-Partial", - "C None" => "C-None", + "A-Full" => "A-Full", + "B-Partial" => "B-Partial", + "C-None" => "C-None", ); public static $interface = "not-specified,USB,Serial,Parallel,Firewire,SCSI,Ethernet"; |