From 8195face3431f385bb61b9e02261f6dfbeb7e916 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Thu, 27 Sep 2012 20:24:34 +0000 Subject: solved type in the search result - lammi87 issue --- h-source/Application/Controllers/SearchController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'h-source/Application/Controllers') diff --git a/h-source/Application/Controllers/SearchController.php b/h-source/Application/Controllers/SearchController.php index acc4a22..e5a873c 100644 --- a/h-source/Application/Controllers/SearchController.php +++ b/h-source/Application/Controllers/SearchController.php @@ -217,7 +217,7 @@ class SearchController extends BaseController } if (count($lspciResult) === 0 or $flag === false) { - $data['notice'] = "
".gtext('the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again')."
\n"; + $data['notice'] = "
".gtext('the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again')."
\n"; $flag = false; } } -- cgit v1.2.3