From: Michael J. Rubinsky Date: Mon, 28 Sep 2009 16:45:06 +0000 (-0400) Subject: change title for this icon to "Meeting" instead of the attendee count X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=dd6d2b6d58fd06d75f82895c3cca4a1caffb3f66;p=horde.git change title for this icon to "Meeting" instead of the attendee count --- 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)) {