diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-05-26 01:38:19 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-05-26 01:38:19 +0200 |
commit | 9e2499385590248c2ba9c932463e5cf7d5c74109 (patch) | |
tree | ecbb2fa737f813d15fd0839254ff2987d65e6835 /phpBB/language | |
parent | 6d7e30ae995fe0791c2bced0974b0445fa769ee9 (diff) | |
download | forums-9e24993.tar forums-9e24993.tar.gz forums-9e24993.tar.bz2 forums-9e24993.tar.xz forums-9e24993.zip |
[ticket/9135] Fix report-icon for moderators in PM folders.
There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users.
PHPBB3-9135
Diffstat (limited to 'phpBB/language')
-rw-r--r-- | phpBB/language/en/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/common.php b/phpBB/language/en/common.php index a3d47b5b59..a4e58f038e 100644 --- a/phpBB/language/en/common.php +++ b/phpBB/language/en/common.php @@ -420,6 +420,7 @@ $lang = array_merge($lang, array( 'PIXEL' => 'px', 'PLAY_QUICKTIME_FILE' => 'Play Quicktime file', 'PM' => 'PM', + 'PM_REPORTED' => 'Click to view report', 'POSTING_MESSAGE' => 'Posting message in %s', 'POSTING_PRIVATE_MESSAGE' => 'Composing private message', 'POST' => 'Post', |