aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-04 20:32:05 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-04 20:32:05 +0000
commitc35eba3676b09d58f3b71c29934853964aaf0a3f (patch)
treed3af46d70ea835aea1bd671300a1a3d37840ef28 /h-source/Application/Include/hardware.php
parent37b417757fc21ecf2ae159fc8f5182ec234e0be0 (diff)
improved i18n
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r--h-source/Application/Include/hardware.php6
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";