From 0ea5171f3eee0f0c584b9aef62e4137a2c1a938e Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Tue, 12 Aug 2008 12:49:59 +0200 Subject: [PATCH] Fixed the HTML to have an alt attribute for the star. --- src/IDF/Views/Issue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/IDF/Views/Issue.php b/src/IDF/Views/Issue.php index 5742504..b54b1a1 100644 --- a/src/IDF/Views/Issue.php +++ b/src/IDF/Views/Issue.php @@ -467,7 +467,7 @@ function IDF_Views_Issue_SummaryAndLabels($field, $issue, $extra='') $s = ''; if (!$issue->current_user->isAnonymous() and Pluf_Model_InArray($issue->current_user, $issue->get_interested_list())) { - $s = ' '; + $s = ''.__('On your watch list.').' '; } $out = ''; if (count($tags)) {