diff options
author | Bruno Ais <brunoaiss@gmail.com> | 2012-03-29 15:51:06 +0100 |
---|---|---|
committer | Bruno Ais <brunoaiss@gmail.com> | 2012-03-29 15:51:06 +0100 |
commit | 28fac327426de08b7a5476b2417fef4f03be6908 (patch) | |
tree | e3dd1eda7d22b770233b541e5fdde122b0eb28d4 /phpBB | |
parent | cddd63aae045a833e9a3ec4bb396b3987f95cbd3 (diff) | |
download | forums-28fac327426de08b7a5476b2417fef4f03be6908.tar forums-28fac327426de08b7a5476b2417fef4f03be6908.tar.gz forums-28fac327426de08b7a5476b2417fef4f03be6908.tar.bz2 forums-28fac327426de08b7a5476b2417fef4f03be6908.tar.xz forums-28fac327426de08b7a5476b2417fef4f03be6908.zip |
[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
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 664365b1ec..d57036cc0e 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -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.', |