diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-09 14:08:19 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-09 14:08:19 +0000 |
commit | 93f681d5bd99d28acdb1e4c6eb3e5bbc4a6842bf (patch) | |
tree | 16fa123a4141006cd2413326d34ca17df310d983 /h-source/Application/Models/NotebooksModel.php | |
parent | 090c0fa2d0a40176e4c1e77f5892e734a1fa7feb (diff) |
added the entry: 'does the device prevent the installation of wifi cards not-approved by the vendor?' - part 1
Diffstat (limited to 'h-source/Application/Models/NotebooksModel.php')
-rw-r--r-- | h-source/Application/Models/NotebooksModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Application/Models/NotebooksModel.php b/h-source/Application/Models/NotebooksModel.php index 11a5e96..d9b9008 100644 --- a/h-source/Application/Models/NotebooksModel.php +++ b/h-source/Application/Models/NotebooksModel.php @@ -52,6 +52,7 @@ class NotebooksModel extends GenericModel { 'architecture' => gtext('architecture'), 'bios' => gtext('does it have a free bios?'), 'can_free_systems_be_installed' => gtext('can free operating systems be installed?'), + 'prevent_wifi' => gtext('does the device prevent the installation of wifi cards not-approved by the vendor?'), 'comm_year' => gtext('year of commercialization'), 'distribution' => gtext('GNU/Linux distribution used for the test'), 'compatibility' => gtext('compatibility with free software'), |