aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Desktop/Notebooks
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-10-16 05:40:07 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-10-16 05:40:07 +0000
commit9d4399c7402f5fdc23efb1bda6bf84583ffe6fde (patch)
tree4b0c16e6b8f58a439b49ee76f0f408de42253ef9 /h-source/Application/Views/Desktop/Notebooks
parentbd08028d9186a3bf1c743fbeb98d5571db08bc0f (diff)
fixed typos (lammi issues) and improved i18n
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks')
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/form.php2
-rw-r--r--h-source/Application/Views/Desktop/Notebooks/page.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php
index 6106d1d..cbf78bc 100644
--- a/h-source/Application/Views/Desktop/Notebooks/form.php
+++ b/h-source/Application/Views/Desktop/Notebooks/form.php
@@ -71,7 +71,7 @@
</div>
<div class="form_entry">
- <div class="entry_label"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?><?php echo $preventWifiLabel;?></div>
+ <div class="entry_label"><?php echo gtext("does the device prevent installing wifi cards not-approved by the vendor?");?><?php echo $preventWifiLabel;?></div>
<?php echo Html_Form::select('prevent_wifi',$values['prevent_wifi'],Notebooks::$preventWifiSelect,"select_entry");?>
</div>
diff --git a/h-source/Application/Views/Desktop/Notebooks/page.php b/h-source/Application/Views/Desktop/Notebooks/page.php
index 0981a3a..3dede4e 100644
--- a/h-source/Application/Views/Desktop/Notebooks/page.php
+++ b/h-source/Application/Views/Desktop/Notebooks/page.php
@@ -70,7 +70,7 @@
</div>
<div class="notebook_vendor">
- <div class="inner_label"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?></div>
+ <div class="inner_label"><?php echo gtext("does the device prevent installing wifi cards not-approved by the vendor?");?></div>
<div class="inner_value"><b><?php echo translate_and_gtext($item[$tableName]['prevent_wifi']);?></b> <?php if (strcmp($item[$tableName]['prevent_wifi'],'yes') === 0) echo "<span class='no_bold'>(".gtext("see the details inside the description entry").")</span>";?></div>
</div>