From dd6d2b6d58fd06d75f82895c3cca4a1caffb3f66 Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Mon, 28 Sep 2009 12:45:06 -0400 Subject: [PATCH] change title for this icon to "Meeting" instead of the attendee count --- kronolith/lib/Event.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kronolith/lib/Event.php b/kronolith/lib/Event.php index e1acd8032..1afaba319 100644 --- a/kronolith/lib/Event.php +++ b/kronolith/lib/Event.php @@ -2180,10 +2180,7 @@ abstract class Kronolith_Event } if (!empty($this->attendees)) { - $title = count($this->attendees) == 1 - ? _("1 attendee") - : sprintf(_("%s attendees"), count($this->attendees)); - $status .= Horde::fullSrcImg('attendees.png', array('attr' => array('alt' => $title, 'title' => $title, 'class' => 'iconPeople'))); + $status .= Horde::fullSrcImg('attendees.png', array('attr' => array('alt' => _("Meeting"), 'title' => _("Meeting"), 'class' => 'iconPeople'))); } if (!empty($this->external) && !empty($this->external_icon)) { -- 2.11.0