mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus: [ticket/12315] Fix invalid HTML in NO_SEARCH_INDEX in language/en/acp/common.php
This commit is contained in:
commit
e361896d07
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ $lang = array_merge($lang, array(
|
|||
|
||||
'GZIP_COMPRESSION' => 'GZip compression',
|
||||
|
||||
'NO_SEARCH_INDEX' => 'The selected search backend does not have a search index.<br >Please create the index for “%1$s” in the %2$ssearch index%3$s section.',
|
||||
'NO_SEARCH_INDEX' => 'The selected search backend does not have a search index.<br />Please create the index for “%1$s” in the %2$ssearch index%3$s section.',
|
||||
'NOT_AVAILABLE' => 'Not available',
|
||||
'NUMBER_FILES' => 'Number of attachments',
|
||||
'NUMBER_POSTS' => 'Number of posts',
|
||||
|
|
Loading…
Add table
Reference in a new issue