From 6e910ca116436e227561eb51b51ed7aca9667242 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 18 Nov 2002 21:04:45 +0000 Subject: 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 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/posting.php') 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; } -- cgit v1.2.1