diff options
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; } |