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/VideocardsController.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'h-source/Application/Controllers/VideocardsController.php') diff --git a/h-source/Application/Controllers/VideocardsController.php b/h-source/Application/Controllers/VideocardsController.php index f165713..0d2272a 100644 --- a/h-source/Application/Controllers/VideocardsController.php +++ b/h-source/Application/Controllers/VideocardsController.php @@ -62,6 +62,9 @@ class VideocardsController extends GenericController $data['intefaceOptions'] = Videocard::$interface; $data['worksOptions'] = Videocard::$videoSelect; $data['worksField'] = 'video_card_works'; + + $data['notFoundString'] = "No video cards found"; + $this->append($data); } -- cgit v1.2.3