No gettext.
authorJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 15:09:10 +0000 (16:09 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 15:09:10 +0000 (16:09 +0100)
kronolith/lib/Resource/Group.php

index 4189652..10baf5a 100644 (file)
@@ -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.');
     }
 
     /**