diff --git a/phpBB/posting.php b/phpBB/posting.php
index 4b9760ea02..aaa04fdefb 100644
--- a/phpBB/posting.php
+++ b/phpBB/posting.php
@@ -2036,7 +2036,7 @@ if( ( $submit || $confirm || $mode == "delete" ) && !$error )
"META" => '')
);
- $message = $lang['Stored'] . "
" . sprintf($lang['Click_view_message'], "", "") . "
" . sprintf($lang['Click_return_topic'], "", "");
+ $message = $lang['Stored'] . "
" . sprintf($lang['Click_view_message'], "", "") . "
" . sprintf($lang['Click_return_forum'], "", "");
message_die(GENERAL_MESSAGE, $message);
}