diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-17 22:26:06 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-17 22:26:06 +0000 |
commit | 7d294873ca1b9705652592523210f543e73ec1e1 (patch) | |
tree | fc2ddac6f9d7b47c1eb0d799ebb82ac078e63fd4 /h-source/Application/Controllers/SdcardreadersController.php | |
parent | 9d3f161ae35d1413d18977bef6341456af6d6c7d (diff) |
added modems category - michael issue
Diffstat (limited to 'h-source/Application/Controllers/SdcardreadersController.php')
-rw-r--r-- | h-source/Application/Controllers/SdcardreadersController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/SdcardreadersController.php b/h-source/Application/Controllers/SdcardreadersController.php index 6d7b719..c3f580a 100644 --- a/h-source/Application/Controllers/SdcardreadersController.php +++ b/h-source/Application/Controllers/SdcardreadersController.php @@ -61,7 +61,7 @@ class SdcardreadersController extends GenericController $this->setArgKeys($argKeys); - $data['title'] = 'Bluetooth'; + $data['title'] = 'SD card readers'; $data['intefaceOptions'] = $interfaceOptions; $data['worksOptions'] = $worksOptions; |