From e7d0e34651048b4a3e65450f24828fddee2b9607 Mon Sep 17 00:00:00 2001 From: bachy Date: Thu, 14 Feb 2013 21:28:05 +0100 Subject: [PATCH] micro text change Signed-off-by: bachy --- 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 b0bdd731..d39b4d37 100644 --- a/materio_search_api.module +++ b/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'],