From 95e644339ab94580da6b5c29e5a51b3c63b06eba Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Wed, 27 Nov 2002 18:37:08 +0000 Subject: [PATCH] Fixed bug #806, incorrect alt-text for stop watching topic git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3113 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewtopic.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>