diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-07-23 20:59:08 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-07-23 20:59:08 +0000 |
commit | 4680dfce39f98f9953dea493af8c2245e0570649 (patch) | |
tree | eb5d6dc3bc058314cc0da9995779623b8d5f9039 /phpBB/language/en/mcp.php | |
parent | 5e7f9e1a0d07df18f3cb330ad48901bf5a2941db (diff) | |
download | forums-4680dfce39f98f9953dea493af8c2245e0570649.tar forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.gz forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.bz2 forums-4680dfce39f98f9953dea493af8c2245e0570649.tar.xz forums-4680dfce39f98f9953dea493af8c2245e0570649.zip |
Include a link to the post by default when issuing a warning
git-svn-id: file:///svn/phpbb/trunk@6203 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
-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 f18b934ddc..2db565acb2 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -324,6 +324,7 @@ $lang = array_merge($lang, array( 'WARNED_USERS_EXPLAIN' => 'This is a list of users with unexpired warnings issued to them', '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 exists', 'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s', |