diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-16 05:40:07 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-10-16 05:40:07 +0000 |
commit | 9d4399c7402f5fdc23efb1bda6bf84583ffe6fde (patch) | |
tree | 4b0c16e6b8f58a439b49ee76f0f408de42253ef9 /h-source/Application/Views/Mobile | |
parent | bd08028d9186a3bf1c743fbeb98d5571db08bc0f (diff) |
fixed typos (lammi issues) and improved i18n
Diffstat (limited to 'h-source/Application/Views/Mobile')
-rw-r--r-- | h-source/Application/Views/Mobile/Notebooks/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Mobile/Notebooks/page.php b/h-source/Application/Views/Mobile/Notebooks/page.php index 124d5b4..c7cafef 100644 --- a/h-source/Application/Views/Mobile/Notebooks/page.php +++ b/h-source/Application/Views/Mobile/Notebooks/page.php @@ -69,7 +69,7 @@ </div> <div class="ui-grid-a main_content_element"> - <div class="ui-block-a"><?php echo gtext("does the device prevent the installation of wifi cards not-approved by the vendor?");?></div> + <div class="ui-block-a"><?php echo gtext("does the device prevent installing wifi cards not-approved by the vendor?");?></div> <div class="ui-block-b"><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> |