diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-28 00:28:26 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-01-28 00:28:26 +0000 |
commit | ad0c105f90ca89cd2cfc33424a4b3c41a1743189 (patch) | |
tree | 8175d1ed58aece2f3c70e8613e09886f33496568 /phpBB/posting.php | |
parent | 6497f166ef16fdfda49284a963e8b34bff5a9bb7 (diff) | |
download | forums-ad0c105f90ca89cd2cfc33424a4b3c41a1743189.tar forums-ad0c105f90ca89cd2cfc33424a4b3c41a1743189.tar.gz forums-ad0c105f90ca89cd2cfc33424a4b3c41a1743189.tar.bz2 forums-ad0c105f90ca89cd2cfc33424a4b3c41a1743189.tar.xz forums-ad0c105f90ca89cd2cfc33424a4b3c41a1743189.zip |
Fix bug #505064
git-svn-id: file:///svn/phpbb/trunk@1975 89ea8834-ac86-4346-8a33-228a782c2dd0
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 ed892f2911..8b6f638d49 100644 --- a/phpBB/posting.php +++ b/phpBB/posting.php @@ -1822,7 +1822,7 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error ) "META" => '<meta http-equiv="refresh" content="3;url=' . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . '">') ); - $message = $lang['Vote_cast'] . "<br /><br />" . sprintf($lang['Click_view_message'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>"); + $message = $lang['Vote_cast'] . "<br /><br />" . sprintf($lang['Click_return_topic'], "<a href=\"" . append_sid("viewtopic.$phpEx?" . POST_TOPIC_URL . "=$topic_id") . "\">", "</a>"); message_die(GENERAL_MESSAGE, $message); } |