diff options
Diffstat (limited to 'h-source/Application/Models')
-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'); |