diff options
Diffstat (limited to 'h-source/Application/Models/WifiModel.php')
-rw-r--r-- | h-source/Application/Models/WifiModel.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'), ); |