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

index d6b5ae5..4189652 100644 (file)
@@ -181,7 +181,7 @@ class Kronolith_Resource_Group extends Kronolith_Resource_Base
         if (empty($this->_id)) {
             $this->_id = $id;
         } else {
-            throw new Horde_Exception(_("Resource already exists. Cannot change the id."));
+            throw new Horde_Exception('Resource already exists. Cannot change the id.');
         }
     }