diff options
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/form.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/page.php | 2 |
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 1ebfc86..cc74eb1 100644 --- a/h-source/Application/Views/Desktop/Notebooks/form.php +++ b/h-source/Application/Views/Desktop/Notebooks/form.php @@ -61,7 +61,7 @@ </div> <div class="form_entry"> - <div class="entry_label"><?php echo gtext("does it have free boot firmware (BIOS,UEFI,...) ?");?></div> + <div class="entry_label"><?php echo gtext("does it have a free boot firmware (BIOS,UEFI,...) ?");?></div> <?php echo Html_Form::select('bios',$values['bios'],Notebooks::$biosSelect,"select_entry");?> </div> 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> |