mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
- after some debugging it turns out it was all due to an unclear explanation in an error message [Bug #13773]
git-svn-id: file:///svn/phpbb/trunk@8063 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
b629d5d36a
commit
382fe7cab4
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ $lang = array_merge($lang, array(
|
||||||
'GLOBAL' => 'Global announcement',
|
'GLOBAL' => 'Global announcement',
|
||||||
|
|
||||||
'IGNORED_TERMS' => 'ignored',
|
'IGNORED_TERMS' => 'ignored',
|
||||||
'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored: <strong>%s</strong>.',
|
'IGNORED_TERMS_EXPLAIN' => 'The following words in your search query were ignored because they are too common words: <strong>%s</strong>.',
|
||||||
|
|
||||||
'JUMP_TO_POST' => 'Jump to post',
|
'JUMP_TO_POST' => 'Jump to post',
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue