aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Search/form.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Views/Search/form.php')
-rw-r--r--h-source/Application/Views/Search/form.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Search/form.php b/h-source/Application/Views/Search/form.php
index cd5b00a..58b33dd 100644
--- a/h-source/Application/Views/Search/form.php
+++ b/h-source/Application/Views/Search/form.php
@@ -45,7 +45,7 @@
<div id="left">
<div class="position_tree_box">
- <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; search form
+ <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; <?php echo gtext('Search form');?>
</div>
<div class="notebook_view_title">
@@ -100,7 +100,7 @@
<table>
<tr>
<td valign="top"><?php echo gtext("paste the output of the lspci command");?>:<div class="lspci_notice">lspci -vmmnn</div></td>
- <td><?php echo Html_Form::textarea('lspci','insert the output of lspci -vmmnn','textarea_entry_search');?></td>
+ <td><?php echo Html_Form::textarea('lspci',gtext('write here the output of lspci -vmmnn'),'textarea_entry_search');?></td>
</tr>
<tr>
<td><input type="submit" name="search_pci" value="search"></td>