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