diff --git a/module/search/search.php b/module/search/search.php index feba7693..c18a221f 100755 --- a/module/search/search.php +++ b/module/search/search.php @@ -226,7 +226,7 @@ class search extends common { $t = preg_replace($motclef, '\1',$t); // Sauver résultat $resultat .= '

'.$t.'...

'; - $resultat .= '

'.count($matches[0]) . (count($matches[0]) === 1 ? ' occurence

' : ' occurences

'); + $resultat .= '

'.count($matches[0]) . (count($matches[0]) === 1 ? ' correspondance

' : ' correspondances

'); //} return ([ 'matches' => count($matches[0]), diff --git a/module/search/view/config/config.php b/module/search/view/config/config.php index ed1c6b39..dde7aeb9 100755 --- a/module/search/view/config/config.php +++ b/module/search/view/config/config.php @@ -21,7 +21,7 @@ 'colorPicker', 'help' => ' Cette couleur est commune à tous les modules de recherche. Le curseur horizontal règle le niveau de transparence.', - 'label' => 'Mot-clef en évidence.', + 'label' => 'Surlignement', 'value' => $this->getData(['theme', 'search', 'keywordColor']) ]); ?> @@ -34,7 +34,7 @@

'Aide dans la zone de saisie', - 'value' => $this->getData(['module', $this->getUrl(0), 'placeHolder']) ? $this->getData(['module', $this->getUrl(0), 'placeHolder']) : 'Un plusieurs mots-clés séparés par un espace ou par +' + 'value' => $this->getData(['module', $this->getUrl(0), 'placeHolder']) ? $this->getData(['module', $this->getUrl(0), 'placeHolder']) : 'Un ou plusieurs mots-clés séparés par un espace ou par +' ]); ?>