diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php
index 0bda87a400..5c2e7e58a3 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -990,7 +990,7 @@ for($i = 0; $i < $total_posts; $i++)
{
$temp_url = append_sid("posting.$phpEx?mode=delete&" . POST_POST_URL . "=" . $postrow[$i]['post_id']);
$delpost_img = '
';
- $delpost_img = '' . $lang['Delete_post'] . '';
+ $delpost = '' . $lang['Delete_post'] . '';
}
else
{