unify heading of search results to "results for:"

This commit is contained in:
rabuzarus 2016-06-11 10:44:52 +02:00
commit ca269b6329
2 changed files with 2 additions and 2 deletions

View file

@ -206,7 +206,7 @@ function directory_content(&$a) {
'$gdirpath' => $gdirpath,
'$desc' => t('Find on this site'),
'$contacts' => $entries,
'$finding' => t('Finding:'),
'$finding' => t('Results for:'),
'$findterm' => (strlen($search) ? $search : ""),
'$title' => t('Site Directory'),
'$submit' => t('Find'),