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/WebcamsController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/WebcamsController.php') diff --git a/h-source/Application/Controllers/WebcamsController.php b/h-source/Application/Controllers/WebcamsController.php index e68e318..6d51d3d 100644 --- a/h-source/Application/Controllers/WebcamsController.php +++ b/h-source/Application/Controllers/WebcamsController.php @@ -62,6 +62,9 @@ class WebcamsController extends GenericController $data['intefaceOptions'] = Webcams::$interface; $data['worksOptions'] = Webcams::$select; $data['worksField'] = 'webcam_works'; + + $data['notFoundString'] = "No webcams found"; + $this->append($data); } -- cgit v1.2.3