From f881f8b6386479e2665393481ab0f736e790d3b4 Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Thu, 3 Jul 2014 16:13:44 +0200 Subject: [PATCH] fixed mispelling --- materio_search_api.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/materio_search_api.module b/materio_search_api.module index 78029017..1132d256 100755 --- a/materio_search_api.module +++ b/materio_search_api.module @@ -788,8 +788,8 @@ function template_preprocess_materio_search_api_results(array &$vars) { ); $vars['search_performance'] .= format_plural( $results['could results']['result count'], - ' You could find 1 result with a ', - ' You could find @count results with a ' + ' You could have found 1 result with a ', + ' You could have found @count results with a ' ); $vars['search_performance'] .= l(t('full access to materiO\'.'), 'node/11187');