diff options
author | Nils Adermann <naderman@naderman.de> | 2006-12-03 18:03:33 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-12-03 18:03:33 +0000 |
commit | 9d9624a88624ca8850d6fcae60022a6ed9f754fc (patch) | |
tree | b11d737312e18580d858fb6b16b1cf6e3e678a58 /phpBB/language/en/search.php | |
parent | 3d38552c6918b5e3b94c885d1c6ff338380528d9 (diff) | |
download | forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.gz forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.bz2 forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.tar.xz forums-9d9624a88624ca8850d6fcae60022a6ed9f754fc.zip |
- author search should use clean names for searching [Bug #5752]
- local moderators are moderators too!
- don't show a "word is not contained in any post" message for ignored common words
- bold search words in search error messages [Bug #5762]
git-svn-id: file:///svn/phpbb/trunk@6708 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/search.php')
-rw-r--r-- | phpBB/language/en/search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/search.php b/phpBB/language/en/search.php index db922f340b..9b63bf6f38 100644 --- a/phpBB/language/en/search.php +++ b/phpBB/language/en/search.php @@ -50,8 +50,8 @@ $lang = array_merge($lang, array( 'NO_SEARCH' => 'Sorry but you are not permitted to use the search system.', 'NO_SEARCH_RESULTS' => 'No suitable matches were found.', 'NO_SEARCH_TIME' => 'Sorry but you cannot use search at this time. Please try again in a few minutes.', - 'WORD_IN_NO_POST' => 'No posts were found because the word %s is not contained in any post.', - 'WORDS_IN_NO_POST' => 'No posts were found because the words %s are not contained in any post.', + 'WORD_IN_NO_POST' => 'No posts were found because the word <strong>%s</strong> is not contained in any post.', + 'WORDS_IN_NO_POST' => 'No posts were found because the words <strong>%s</strong> are not contained in any post.', 'POST_CHARACTERS' => 'characters of posts', |