diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-09 20:26:51 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-09 20:26:51 +0000 |
commit | f8f3c572e55c90ae13253eb8c910a030bf175e09 (patch) | |
tree | e9d3ac822066506ac6f9913d63073950b8ca9f86 /h-source/Application/Views/Download | |
parent | 635ba1dbea9139d0508161120afd4d3f28543dda (diff) |
changed sd to SD in the source files
Diffstat (limited to 'h-source/Application/Views/Download')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Download/index.php b/h-source/Application/Views/Download/index.php index 2ffeae0..039dc5b 100644 --- a/h-source/Application/Views/Download/index.php +++ b/h-source/Application/Views/Download/index.php @@ -90,7 +90,7 @@ <td><a href="<?php echo $this->baseUrl."/download/ethernetcards/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> </tr> <tr> - <td><?php echo gtext("Download the xml file of all the <b>sd card readers</b> in the database");?></td> + <td><?php echo gtext("Download the xml file of all the <b>SD card readers</b> in the database");?></td> <td><a href="<?php echo $this->baseUrl."/download/sdcardreaders/$lang";?>"><img src="<?php echo $this->baseUrl?>/Public/Img/H2O/download.png"></a></td> </tr> </table> |