diff options
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Views/Download/index.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Hardware/left.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Sdcardreaders/catalogue.php | 2 |
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 } ?> |