diff options
Diffstat (limited to 'phpBB/language/en/search.php')
| -rw-r--r-- | phpBB/language/en/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index b8aa018380..361b336b83 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -43,7 +43,7 @@ $lang = array_merge($lang, array( 'GLOBAL' => 'Global announcement', 'IGNORED_TERMS' => 'ignored', - 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <b>%s</b>', + 'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <strong>%s</strong>', 'NO_KEYWORDS' => 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.', 'NO_RECENT_SEARCHES' => 'No searches have been carried out recently', |
