diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:54:30 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-02-21 01:54:30 +0000 |
| commit | d33b04ae6bdbd5812f511a7c0b914232f92a501b (patch) | |
| tree | fb27447b794674aaa125c2768aed371006800d93 /phpBB/language | |
| parent | 0101c669cc2cf4efa0a6246e5304463b66d83c35 (diff) | |
| download | forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.gz forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.bz2 forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.tar.xz forums-d33b04ae6bdbd5812f511a7c0b914232f92a501b.zip | |
Work is in progress on MCP. Resync function now takes into account subforums.
Topics can hopefully be moved. A hell lot of notes have been added.
git-svn-id: file:///svn/phpbb/trunk@3480 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
| -rw-r--r-- | phpBB/language/en/lang_main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/lang_main.php b/phpBB/language/en/lang_main.php index e153b549d5..3738f4a80b 100644 --- a/phpBB/language/en/lang_main.php +++ b/phpBB/language/en/lang_main.php @@ -92,7 +92,7 @@ $lang = array_merge($lang, array( 'Click_return_login' => 'Click %sHere%s to try again', 'Click_return_forum' => 'Click %sHere%s to return to the forum', 'Click_view_message' => 'Click %sHere%s to view your message', - 'Click_return_modcp' => 'Click %sHere%s to return to the Moderator Control Panel', + 'Click_return_mcp' => 'Click %sHere%s to return to the Moderator Control Panel', 'Click_return_group' => 'Click %sHere%s to return to group information', 'Admin_panel' => 'Go to Administration Panel', 'Board_disable' => 'Sorry but this board is currently unavailable', |
