From 37b417757fc21ecf2ae159fc8f5182ec234e0be0 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 4 Dec 2011 19:53:26 +0000 Subject: improved i18n --- h-source/Application/Controllers/PrintersController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/PrintersController.php') diff --git a/h-source/Application/Controllers/PrintersController.php b/h-source/Application/Controllers/PrintersController.php index 3e59702..3ff195b 100644 --- a/h-source/Application/Controllers/PrintersController.php +++ b/h-source/Application/Controllers/PrintersController.php @@ -87,6 +87,9 @@ class PrintersController extends GenericController $data['intefaceOptions'] = Printer::$interface; $data['worksOptions'] = Printer::$compatibility; $data['worksField'] = 'compatibility'; + + $data['notFoundString'] = "No printers found"; + $this->append($data); } -- cgit v1.2.3