From: Jan Schneider Date: Fri, 20 Nov 2009 15:09:10 +0000 (+0100) Subject: No gettext. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=bfcc276bc46b2917b393ddf2b942c391cba28b8f;p=horde.git No gettext. --- diff --git a/kronolith/lib/Resource/Group.php b/kronolith/lib/Resource/Group.php index 4189652df..10baf5afa 100644 --- a/kronolith/lib/Resource/Group.php +++ b/kronolith/lib/Resource/Group.php @@ -152,7 +152,7 @@ class Kronolith_Resource_Group extends Kronolith_Resource_Base */ public function addEvent($event) { - throw new Horde_Exception(_("Events should be added to the Single resource object, not directly to the Group object.")); + throw new Horde_Exception('Events should be added to the Single resource object, not directly to the Group object.'); } /**