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/SoundcardsController.php | |
parent | 9cfcb4bb32e2fb8f5dbabd7faa06e47adf1c23af (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Controllers/SoundcardsController.php')
-rw-r--r-- | h-source/Application/Controllers/SoundcardsController.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/h-source/Application/Controllers/SoundcardsController.php b/h-source/Application/Controllers/SoundcardsController.php index b032aaa..dcbce1a 100644 --- a/h-source/Application/Controllers/SoundcardsController.php +++ b/h-source/Application/Controllers/SoundcardsController.php @@ -62,6 +62,9 @@ class SoundcardsController extends GenericController $data['intefaceOptions'] = Soundcards::$interface; $data['worksOptions'] = Soundcards::$audioSelect; $data['worksField'] = 'sound_card_works'; + + $data['notFoundString'] = "No sound cards found"; + $this->append($data); } |