diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-27 20:24:34 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-09-27 20:24:34 +0000 |
commit | 8195face3431f385bb61b9e02261f6dfbeb7e916 (patch) | |
tree | 78cc9d6485022e88b5b8b15f1544dc62a7656820 /h-source/Application/Controllers | |
parent | df6d8940d91acfd43448936f201fa0c4eae801a0 (diff) |
solved type in the search result - lammi87 issue
Diffstat (limited to 'h-source/Application/Controllers')
-rw-r--r-- | h-source/Application/Controllers/SearchController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] = "<div class='alert'>".gtext('the text submitted by you does not seem the lspci -vmmnn output. Please check the text and try again')."</div>\n"; + $data['notice'] = "<div class='alert'>".gtext('the text submitted by you does not seem to be the lspci -vmmnn output. Please check the text and try again')."</div>\n"; $flag = false; } } |