aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2009-07-22 13:33:54 +0000
committerNils Adermann <naderman@naderman.de>2009-07-22 13:33:54 +0000
commit00e81e704d78c7f4f45d1536ad170ed8dd985e84 (patch)
tree30c3a68f8226804b6bb3796425aa84bf2517f5d1 /phpBB/language/en
parent54f78a50bc6162fd49e506892a455f7bb43e31fb (diff)
downloadforums-00e81e704d78c7f4f45d1536ad170ed8dd985e84.tar
forums-00e81e704d78c7f4f45d1536ad170ed8dd985e84.tar.gz
forums-00e81e704d78c7f4f45d1536ad170ed8dd985e84.tar.bz2
forums-00e81e704d78c7f4f45d1536ad170ed8dd985e84.tar.xz
forums-00e81e704d78c7f4f45d1536ad170ed8dd985e84.zip
fix mcp sorting for pm_reports, and some minor language changes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9830 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en')
-rw-r--r--phpBB/language/en/mcp.php2
-rw-r--r--phpBB/language/en/ucp.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php
index 18195fd0f8..58088032df 100644
--- a/phpBB/language/en/mcp.php
+++ b/phpBB/language/en/mcp.php
@@ -286,7 +286,7 @@ $lang = array_merge($lang, array(
'REPORT_DELETED_SUCCESS' => 'The selected report has been deleted successfully.',
'REPORT_DETAILS' => 'Report details',
'REPORT_MESSAGE' => 'Report this message',
- 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators</strong>',
+ 'REPORT_MESSAGE_EXPLAIN' => 'Use this form to report the selected private message. Reporting should generally be used only if the message breaks forum rules. <strong>Reporting a private message will make its contents visible to all moderators.</strong>',
'REPORT_NOTIFY' => 'Notify me',
'REPORT_NOTIFY_EXPLAIN' => 'Informs you when your report is dealt with.',
'REPORT_POST_EXPLAIN' => 'Use this form to report the selected post to the forum moderators and board administrators. Reporting should generally be used only if the post breaks forum rules.',
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index d0ae957340..4a80e568a2 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -374,6 +374,7 @@ $lang = array_merge($lang, array(
'RENAME' => 'Rename',
'RENAME_FOLDER' => 'Rename folder',
'REPLIED_MESSAGE' => 'Replied to message',
+ 'REPORT_PM' => 'Report private message',
'RESIGN_SELECTED' => 'Resign selected',
'RETURN_FOLDER' => '%1$sReturn to previous folder%2$s',
'RETURN_UCP' => '%sReturn to the User Control Panel%s',