diff options
author | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-04-16 01:24:10 +0530 |
---|---|---|
committer | Dhruv Goel <dhruv.goel92@gmail.com> | 2012-04-16 01:24:10 +0530 |
commit | 249d8ede1261f6736a1d245ad204bc2bca544945 (patch) | |
tree | 6377f6d9ab64491c734a9ba0722e3ed896feea6e /phpBB/language/en | |
parent | 81eeafbb8dfb6f3511d689169a2ccc46f3d07704 (diff) | |
download | forums-249d8ede1261f6736a1d245ad204bc2bca544945.tar forums-249d8ede1261f6736a1d245ad204bc2bca544945.tar.gz forums-249d8ede1261f6736a1d245ad204bc2bca544945.tar.bz2 forums-249d8ede1261f6736a1d245ad204bc2bca544945.tar.xz forums-249d8ede1261f6736a1d245ad204bc2bca544945.zip |
[ticket/10797] user rank is displayed in mcp_warn.php
When warning a user in MCP, the user's rank title and image are displayed.
language key user rank also added.
PHPBB3-10797
Diffstat (limited to 'phpBB/language/en')
-rw-r--r-- | phpBB/language/en/mcp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index d0bcec0d9c..16b55b3612 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -274,6 +274,7 @@ $lang = array_merge($lang, array( 'POST_REPORTED_SUCCESS' => 'This post has been successfully reported.', 'POST_UNLOCKED_SUCCESS' => 'Post unlocked successfully.', + 'RANK' => 'User rank', 'READ_USERNOTES' => 'User notes', 'READ_WARNINGS' => 'User warnings', 'REPORTER' => 'Reporter', |