From 59767029a969b4cea2eacb38cb27fd784937f72e Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sun, 11 Jul 2004 15:20:35 +0000 Subject: - fixed permissions for mcp (global permission settings are false if user is only able to moderate one to x forums) - determine permission settings for submodules - further approve/disapprove work (approve_details added) git-svn-id: file:///svn/phpbb/trunk@4925 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/mcp.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'phpBB/language') diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 2c20468607..16e35a9cc8 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -238,6 +238,8 @@ $lang += array( 'USER_CANNOT_POST' => 'You cannot post in this forum', 'USER_CANNOT_REPORT' => 'You cannot report posts in this forum', + 'VIEW_DETAILS' => 'View Details', + 'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s', 'report_reasons' => array( -- cgit v1.2.1