소스 검색

fixed mispelling

Bachir Soussi Chiadmi 10 년 전
부모
커밋
f881f8b638
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      materio_search_api.module

+ 2 - 2
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 <strong>@count results</strong> with a '
+      ' You could have found 1 result with a ',
+      ' You could have found <strong>@count results</strong> with a '
     );
     $vars['search_performance'] .= l(t('full access to materiO\'.'), 'node/11187');