aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-09 20:26:51 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-09 20:26:51 +0000
commitf8f3c572e55c90ae13253eb8c910a030bf175e09 (patch)
treee9d3ac822066506ac6f9913d63073950b8ca9f86 /h-source
parent635ba1dbea9139d0508161120afd4d3f28543dda (diff)
changed sd to SD in the source files
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Views/Download/index.php2
-rw-r--r--h-source/Application/Views/Hardware/left.php2
-rw-r--r--h-source/Application/Views/Sdcardreaders/catalogue.php2
3 files changed, 3 insertions, 3 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>
diff --git a/h-source/Application/Views/Hardware/left.php b/h-source/Application/Views/Hardware/left.php
index d6ea435..a0afa78 100644
--- a/h-source/Application/Views/Hardware/left.php
+++ b/h-source/Application/Views/Hardware/left.php
@@ -75,6 +75,6 @@
</div>
<div class="hardware_element">
- <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/H2O/media-flash-sd-mmc.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/sdcardreaders/catalogue/<?php echo $lang;?>"><?php echo gtext("Sd card readers");?></a>
+ <img align="middle" class="hardware_element_image" src="<?php echo $this->baseUrl;?>/Public/Img/H2O/media-flash-sd-mmc.png"><a class="hardware_element_link" href="<?php echo $this->baseUrl?>/sdcardreaders/catalogue/<?php echo $lang;?>"><?php echo gtext("SD card readers");?></a>
</div>
</div> \ No newline at end of file
diff --git a/h-source/Application/Views/Sdcardreaders/catalogue.php b/h-source/Application/Views/Sdcardreaders/catalogue.php
index be0a14c..90aae04 100644
--- a/h-source/Application/Views/Sdcardreaders/catalogue.php
+++ b/h-source/Application/Views/Sdcardreaders/catalogue.php
@@ -36,7 +36,7 @@
<!--if no notebooks found-->
<?php if (strcmp($recordNumber,0) === 0) { ?>
<div class="viewall_no_items_found">
- <?php echo gtext("No sd card readers found");?>..
+ <?php echo gtext("No SD card readers found");?>..
</div>
<?php } ?>