No gettext.
authorJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 13:46:44 +0000 (14:46 +0100)
committerJan Schneider <jan@horde.org>
Fri, 20 Nov 2009 13:46:44 +0000 (14:46 +0100)
kronolith/lib/Resource/Single.php

index eba4652..19f3070 100644 (file)
@@ -136,7 +136,7 @@ class Kronolith_Resource_Single 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.');
         }
     }