From ad0c105f90ca89cd2cfc33424a4b3c41a1743189 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Mon, 28 Jan 2002 00:28:26 +0000 Subject: [PATCH] Fix bug #505064 git-svn-id: file:///svn/phpbb/trunk@1975 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/posting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/posting.php b/phpBB/posting.php index ed892f2911..8b6f638d49 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1822,7 +1822,7 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error ) "META" => '') ); - $message = $lang['Vote_cast'] . "

" . sprintf($lang['Click_view_message'], "", ""); + $message = $lang['Vote_cast'] . "

" . sprintf($lang['Click_return_topic'], "", ""); message_die(GENERAL_MESSAGE, $message); }