From 656274cd5798ef9e62c23cdf0c3c1d66d612263d Mon Sep 17 00:00:00 2001 From: David M Date: Fri, 28 Apr 2006 16:37:12 +0000 Subject: - Added some missing lang strings git-svn-id: file:///svn/phpbb/trunk@5857 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/posting.php') diff --git a/phpBB/posting.php b/phpBB/posting.php index 9c6fd3acff..12566f6c7f 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1118,7 +1118,8 @@ if ($config['enable_post_confirm'] && !$user->data['is_registered'] && ($mode == $template->assign_vars(array( 'S_CONFIRM_CODE' => true, 'CONFIRM_ID' => $confirm_id, - 'CONFIRM_IMAGE' => '' + 'CONFIRM_IMAGE' => '', + 'L_POST_CONFIRM_EXPLAIN' => sprintf($user->lang['POST_CONFIRM_EXPLAIN'], '', ''), )); } -- cgit v1.2.1