diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-08 06:00:52 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-08 06:00:52 +0000 |
commit | efe7068c82e2ab60b3735645a65730b25070f23a (patch) | |
tree | 430f1b43c1ddefa772985999593e3f30d1ed230d /h-source/Application/Models | |
parent | 5a90d52724c9afa5499a27b65a05033ae6b924b8 (diff) |
h-source: added the driver entry for wifi and videocards
Diffstat (limited to 'h-source/Application/Models')
-rw-r--r-- | h-source/Application/Models/VideocardsModel.php | 1 | ||||
-rw-r--r-- | h-source/Application/Models/WifiModel.php | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Models/VideocardsModel.php b/h-source/Application/Models/VideocardsModel.php index 472931e..637cf21 100644 --- a/h-source/Application/Models/VideocardsModel.php +++ b/h-source/Application/Models/VideocardsModel.php @@ -58,6 +58,7 @@ class VideocardsModel extends GenericModel 'distribution' => gtext('GNU/Linux distribution used for the test'), 'kernel' => gtext('tested with the following kernel libre'), 'video_card_works' => gtext("how does it work with free software?"), + 'driver' => gtext("free driver used"), 'description' => gtext('Description'), ); diff --git a/h-source/Application/Models/WifiModel.php b/h-source/Application/Models/WifiModel.php index 729101a..61b4136 100644 --- a/h-source/Application/Models/WifiModel.php +++ b/h-source/Application/Models/WifiModel.php @@ -62,6 +62,7 @@ class WifiModel extends GenericModel 'distribution' => gtext('GNU/Linux distribution used for the test'), 'kernel' => gtext('tested with the following kernel libre'), 'wifi_works' => gtext("does it work with free software?"), + 'driver' => gtext("free driver used"), 'description' => gtext('Description'), ); |