diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 19:53:26 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-12-04 19:53:26 +0000 |
commit | 37b417757fc21ecf2ae159fc8f5182ec234e0be0 (patch) | |
tree | 42ccc1ed730377e3c8eaa5da1cfd98921109bd67 /h-source/Application/Controllers/FingerprintreadersController.php | |
parent | 9cfcb4bb32e2fb8f5dbabd7faa06e47adf1c23af (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Controllers/FingerprintreadersController.php')
-rw-r--r-- | h-source/Application/Controllers/FingerprintreadersController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/FingerprintreadersController.php b/h-source/Application/Controllers/FingerprintreadersController.php index 1ea22c4..deba3f4 100644 --- a/h-source/Application/Controllers/FingerprintreadersController.php +++ b/h-source/Application/Controllers/FingerprintreadersController.php @@ -66,6 +66,9 @@ class FingerprintreadersController extends GenericController $data['intefaceOptions'] = $interfaceOptions; $data['worksOptions'] = $worksOptions; $data['worksField'] = $worksField; + + $data['notFoundString'] = "No fingerprint readers found"; + $this->append($data); } |