aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-02 18:21:14 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-02 18:21:14 +0000
commitf4420f9dea80c5be0bb7d41a20e2db0dcce715a5 (patch)
tree09a2a9e21a51a16d53532d61c970cdb688ea9ae9
parentf2a001783a54fbafaee627180b8279ed9c85e5f3 (diff)
when a device is not found the system suggests to insert it - improved i10n
-rw-r--r--h-source/Application/Views/Search/results.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Search/results.php b/h-source/Application/Views/Search/results.php
index 1b7fe82..b8f3ce3 100644
--- a/h-source/Application/Views/Search/results.php
+++ b/h-source/Application/Views/Search/results.php
@@ -64,7 +64,7 @@
<div class="lspci_item_not_found_inner"><?php echo gtext("Would you like to add it to the database?");?></div>
<ul class="insert_suggestion_list">
<?php foreach ($stat as $type => $number) { ?>
- <li><img align="top" class="catalogue_item_icon" src="<?php echo Hardware::getIconFromType($type);?>"> <a href="<?php echo $this->baseUrl."/".Hardware::getControllerFromType($type)."/insert/$lang/$token";?>"><?php echo $type;?></a></li>
+ <li><img align="top" class="catalogue_item_icon" src="<?php echo Hardware::getIconFromType($type);?>"> <a href="<?php echo $this->baseUrl."/".Hardware::getControllerFromType($type)."/insert/$lang/$token";?>"><?php echo plural(Hardware::getControllerFromType($type));?></a></li>
<?php } ?>
</ul>
</div>