From 283ad368eb6e92a51a7c0b5dcaf3d1050f7a9b9c Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 26 Jan 2010 14:06:00 +0000 Subject: Bug #54745 - Fix language string for PM-Reports refering to post-data. Authorised by: jelly_doughnut git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10455 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/mcp.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/language/en/mcp.php') diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 2e988e2d42..fc1b8c8f62 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -329,6 +329,7 @@ $lang = array_merge($lang, array( 'SPLIT_TOPIC_BEYOND_CONFIRM' => 'Are you sure you want to split this topic at the selected post?', 'SPLIT_TOPIC_EXPLAIN' => 'Using the form below you can split a topic in two, either by selecting the posts individually or by splitting at a selected post.', + 'THIS_PM_IP' => 'IP for this private message', 'THIS_POST_IP' => 'IP for this post', 'TOPICS_APPROVED_SUCCESS' => 'The selected topics have been approved.', 'TOPICS_DELETED_SUCCESS' => 'The selected topics have been successfully removed from the database.', -- cgit v1.2.1