From bfcc276bc46b2917b393ddf2b942c391cba28b8f Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Nov 2009 16:09:10 +0100 Subject: [PATCH] No gettext. --- kronolith/lib/Resource/Group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } /** -- 2.11.0