diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 21:04:45 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-11-18 21:04:45 +0000 |
commit | 6e910ca116436e227561eb51b51ed7aca9667242 (patch) | |
tree | 9a0b8695b587cb3d90f936e22f93877ab7d0ce22 /phpBB/posting.php | |
parent | ce40939e608a2b2f36fa2c9b7f47ab52d1b02a42 (diff) | |
download | forums-6e910ca116436e227561eb51b51ed7aca9667242.tar forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.gz forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.bz2 forums-6e910ca116436e227561eb51b51ed7aca9667242.tar.xz forums-6e910ca116436e227561eb51b51ed7aca9667242.zip |
Cache moderator names? Output moderators for all forums in viewforum. Alter a few things in templates
git-svn-id: file:///svn/phpbb/trunk@3061 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r-- | phpBB/posting.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php index d0417931d0..a1cf2a130b 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -621,7 +621,7 @@ switch ($mode) break; case 'edit': - $page_title = $user->lang['Edit_Post']; + $page_title = $user->lang['EDIT_POST']; $s_action .= '&p=' . intval($post_id); break; } |