aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/WifiController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-04 19:53:26 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-04 19:53:26 +0000
commit37b417757fc21ecf2ae159fc8f5182ec234e0be0 (patch)
tree42ccc1ed730377e3c8eaa5da1cfd98921109bd67 /h-source/Application/Controllers/WifiController.php
parent9cfcb4bb32e2fb8f5dbabd7faa06e47adf1c23af (diff)
improved i18n
Diffstat (limited to 'h-source/Application/Controllers/WifiController.php')
-rw-r--r--h-source/Application/Controllers/WifiController.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/WifiController.php b/h-source/Application/Controllers/WifiController.php
index fe86922..b2bcd73 100644
--- a/h-source/Application/Controllers/WifiController.php
+++ b/h-source/Application/Controllers/WifiController.php
@@ -62,6 +62,9 @@ class WifiController extends GenericController
$data['intefaceOptions'] = Wifi::$interface;
$data['worksOptions'] = Wifi::$wifiSelect;
$data['worksField'] = 'wifi_works';
+
+ $data['notFoundString'] = "No wifi cards found";
+
$this->append($data);
}