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

index 7312cca..1588410 100644 (file)
@@ -142,7 +142,7 @@ class Kronolith_Driver_Resource extends Kronolith_Driver_Sql
 
         $class = 'Kronolith_Resource_' . $results['resource_type'];
         if (!class_exists($class)) {
-            throw new Horde_Exception(sprintf(_("Could not load the class definition for %s"), $class));
+            throw new Horde_Exception('Could not load the class definition for ' . $class));
         }
 
         return new $class($this->_fromDriver($results));