mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
two tiny glitches in language file
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9046 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
43940870f6
commit
7ded9151f7
2 changed files with 3 additions and 3 deletions
|
@ -374,7 +374,7 @@ $lang = array_merge($lang, array(
|
||||||
'NO_MEMBERS' => 'No members found for this search criterion.',
|
'NO_MEMBERS' => 'No members found for this search criterion.',
|
||||||
'NO_MESSAGES' => 'No messages',
|
'NO_MESSAGES' => 'No messages',
|
||||||
'NO_MODE' => 'No mode specified.',
|
'NO_MODE' => 'No mode specified.',
|
||||||
'NO_MODERATORS' => 'There are no moderators',
|
'NO_MODERATORS' => 'There are no moderators.',
|
||||||
'NO_NEW_MESSAGES' => 'No new messages',
|
'NO_NEW_MESSAGES' => 'No new messages',
|
||||||
'NO_NEW_PM' => '<strong>0</strong> new messages',
|
'NO_NEW_PM' => '<strong>0</strong> new messages',
|
||||||
'NO_NEW_POSTS' => 'No new posts',
|
'NO_NEW_POSTS' => 'No new posts',
|
||||||
|
|
Loading…
Add table
Reference in a new issue