diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-08-02 00:50:26 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-08-02 00:50:26 +0000 |
commit | 090c0fa2d0a40176e4c1e77f5892e734a1fa7feb (patch) | |
tree | bac6e976d9fb91f75f529e24f3b0fa696d433fec /h-source/Application/Views/Desktop/Notebooks/page.php | |
parent | ea0f13c140f6444d4b0da9e38e1c27c9004b6184 (diff) |
improved i18n
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/page.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/page.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/page.php b/h-source/Application/Views/Desktop/Notebooks/page.php index 91591f8..5ba76fa 100644 --- a/h-source/Application/Views/Desktop/Notebooks/page.php +++ b/h-source/Application/Views/Desktop/Notebooks/page.php @@ -60,7 +60,7 @@ </div> <div class="notebook_vendor"> - <div class="inner_label"><?php echo gtext("does it have free boot firmware (BIOS,UEFI,...) ?");?></div> + <div class="inner_label"><?php echo gtext("does it have a free boot firmware (BIOS,UEFI,...) ?");?></div> <div class="inner_value"><b><?php echo translate_and_gtext($item[$tableName]['bios']);?></b></div> </div> |