diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-09 13:22:00 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-09 13:22:00 +0000 |
commit | 672044016f0f2a28388d4af37d2b49afc7ff23be (patch) | |
tree | 52a3f0f47287fec6dcb672f35216e05204113094 /h-source/Application/Views/Desktop/Notebooks/form.php | |
parent | 7436d5978f053a7a58b48b7f9754351be941ff57 (diff) |
improved the free bios entry - Michał Masłowski and lammi87 suggestions
Diffstat (limited to 'h-source/Application/Views/Desktop/Notebooks/form.php')
-rw-r--r-- | h-source/Application/Views/Desktop/Notebooks/form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Desktop/Notebooks/form.php b/h-source/Application/Views/Desktop/Notebooks/form.php index 2c6ce5a..1ebfc86 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 a free BIOS?");?></div> + <div class="entry_label"><?php echo gtext("does it have free boot firmware (BIOS,UEFI,...) ?");?></div> <?php echo Html_Form::select('bios',$values['bios'],Notebooks::$biosSelect,"select_entry");?> </div> |