From c35eba3676b09d58f3b71c29934853964aaf0a3f Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 4 Dec 2011 20:32:05 +0000 Subject: improved i18n --- h-source/Application/Include/hardware.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'h-source/Application/Include/hardware.php') 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"; -- cgit v1.2.3