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);
}