added a hint to empty query message

This commit is contained in:
SJ
2015-01-23 10:03:44 +01:00
parent 40d50f7115
commit 7a3aee5bc3
11 changed files with 19 additions and 17 deletions

View File

@ -110,7 +110,7 @@ $_['text_email_addresses'] = "Email addresses";
$_['text_email_aliases'] = "Email aliases";
$_['text_email_in_unknown_domain'] = "Email address is in an unknown domain";
$_['text_empty_search_criteria'] = "'Empty criteria'";
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet, eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
$_['text_empty_search_result'] = "Empty search result. Try adding the wildcard character(*) after a word snippet (min. " . MIN_PREFIX_LEN . " characters), eg. duplic* to find \"duplicate\", \"duplicated\", etc.";
$_['text_enable'] = "Enable";
$_['text_enabled'] = "enabled";
$_['text_enter_google_authenticator_code'] = "Enter Google Authenticator code";