diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index af79459cea..27d6b92671 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -611,7 +611,7 @@ if ( $can_watch_topic ) else { $s_watching_topic = '' . $lang['Start_watching_topic'] . ''; - $s_watching_topic_img = ( isset($images['Topic_watch']) ) ? '' . $lang['Stop_watching_topic'] . '' : ''; + $s_watching_topic_img = ( isset($images['Topic_watch']) ) ? '' . $lang['Start_watching_topic'] . '' : ''; } } @@ -1205,4 +1205,4 @@ $template->pparse('body'); include($phpbb_root_path . 'includes/page_tail.'.$phpEx); -?> \ No newline at end of file +?>