소스 검색

micro text change

Signed-off-by: bachy <git@g-u-i.net>
bachy 12 년 전
부모
커밋
e7d0e34651
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      materio_search_api.module

+ 2 - 2
materio_search_api.module

@@ -555,8 +555,8 @@ function template_preprocess_materio_search_api_results(array &$variables) {
     );
     $variables['search_performance'] .= format_plural(
       $variables['result_count'] - $results['breves count'],
-      'and 1 associated matter.',
-      'and @count associated matters.'
+      'with 1 associated matter.',
+      'with @count associated matters.'
     );
     $variables['search_performance'] .= format_plural(
       $results['could results']['result count'],