From 672044016f0f2a28388d4af37d2b49afc7ff23be Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Mon, 9 Jul 2012 13:22:00 +0000 Subject: improved the free bios entry - Michał Masłowski and lammi87 suggestions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- h-source/Application/Models/NotebooksModel.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'h-source/Application/Models/NotebooksModel.php') 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'); -- cgit v1.2.3