aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/posting.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2003-11-06 15:05:50 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2003-11-06 15:05:50 +0000
commit558b8ee7ff52183b2d70e67afaa2bc39be9f6a70 (patch)
treed56192e21f8e38e512ef29182691a4870ba316a3 /phpBB/posting.php
parent75ccd0e13cea666fafe63a9bfb99b1513d7d1126 (diff)
downloadforums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.gz
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.bz2
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.tar.xz
forums-558b8ee7ff52183b2d70e67afaa2bc39be9f6a70.zip
UCP -> Attachments
git-svn-id: file:///svn/phpbb/trunk@4652 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/posting.php')
-rw-r--r--phpBB/posting.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/posting.php b/phpBB/posting.php
index d23b963132..393c34270f 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -336,7 +336,7 @@ if ($mode == 'delete' && (($poster_id == $user->data['user_id'] && $user->data['
$template->assign_vars(array(
'MESSAGE_TITLE' => $user->lang['DELETE_MESSAGE'],
- 'MESSAGE_TEXT' => $user->lang['CONFIRM_DELETE'],
+ 'MESSAGE_TEXT' => $user->lang['CONFIRM_DELETE_POST'],
'S_CONFIRM_ACTION' => "posting.$phpEx$SID",
'S_HIDDEN_FIELDS' => $s_hidden_fields)