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/EthernetcardsController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/EthernetcardsController.php') diff --git a/h-source/Application/Controllers/EthernetcardsController.php b/h-source/Application/Controllers/EthernetcardsController.php index 74e733c..6df8c4f 100644 --- a/h-source/Application/Controllers/EthernetcardsController.php +++ b/h-source/Application/Controllers/EthernetcardsController.php @@ -66,6 +66,9 @@ class EthernetcardsController extends GenericController $data['intefaceOptions'] = $interfaceOptions; $data['worksOptions'] = $worksOptions; $data['worksField'] = $worksField; + + $data['notFoundString'] = "No ethernet devices found"; + $this->append($data); } -- cgit v1.2.3