aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2009-07-09 10:34:40 +0000
committerAndreas Fischer <bantu@phpbb.com>2009-07-09 10:34:40 +0000
commit65ec5e1bb5aac292235f242fd0b1932a3ba69572 (patch)
treee024c2260303279e659de5d4b9ea5da75680a924 /phpBB/posting.php
parent8278eb29a22cde49098da250a2df3fa22b450fd5 (diff)
downloadforums-65ec5e1bb5aac292235f242fd0b1932a3ba69572.tar
forums-65ec5e1bb5aac292235f242fd0b1932a3ba69572.tar.gz
forums-65ec5e1bb5aac292235f242fd0b1932a3ba69572.tar.bz2
forums-65ec5e1bb5aac292235f242fd0b1932a3ba69572.tar.xz
forums-65ec5e1bb5aac292235f242fd0b1932a3ba69572.zip
Addition to r9731: Add seperate language entry for more flexibility in other languages.
Authorised by: naderman git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9742 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index de5cdb9c6a..53746437ba 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -727,6 +727,7 @@ if ($submit || $preview || $refresh)
$template->assign_vars(array(
'S_POST_REVIEW' => true,
+ 'L_POST_REVIEW' => $user->lang['POST_REVIEW_EDIT'],
'L_POST_REVIEW_EXPLAIN' => $user->lang['POST_REVIEW_EDIT_EXPLAIN'],
));
}