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/Models/NotebooksModel.php | |
parent | 7436d5978f053a7a58b48b7f9754351be941ff57 (diff) |
improved the free bios entry - Michał Masłowski and lammi87 suggestions
Diffstat (limited to 'h-source/Application/Models/NotebooksModel.php')
-rw-r--r-- | h-source/Application/Models/NotebooksModel.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/h-source/Application/Models/NotebooksModel.php b/h-source/Application/Models/NotebooksModel.php index bb4f403..c4ecf74 100644 --- a/h-source/Application/Models/NotebooksModel.php +++ b/h-source/Application/Models/NotebooksModel.php @@ -78,13 +78,13 @@ class NotebooksModel extends GenericModel { ); $this->_popupLabels = array( - 'bios' => gtext("free bios"), + 'bios' => gtext("free boot firmware?"), 'architecture' => gtext("architecture"), ); $this->_popupFunctions = array( 'architecture' => 'translate', - 'bios' => 'gtext', + 'bios' => 'translate_and_gtext', ); $this->createPopupWhere('bios,architecture'); |