mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10705] Change WARNINGS_ZERO_TOTAL in en language
Located the WARNINGS_ZERO_TOTAL in the language and replaced it with NO_WARNINGS PHPBB3-10705
This commit is contained in:
parent
cddd63aae0
commit
28fac32742
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ $lang = array_merge($lang, array(
|
|||
'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]',
|
||||
'WARNING_PM_SUBJECT' => 'Board warning issued',
|
||||
'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s .',
|
||||
'WARNINGS_ZERO_TOTAL' => 'No warnings exist.',
|
||||
'NO_WARNINGS' => 'No warnings exist.',
|
||||
|
||||
'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s.',
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue