From: Jan Schneider Date: Fri, 20 Nov 2009 13:46:44 +0000 (+0100) Subject: No gettext. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=fe8d63443d162309ed86d2d27601e9905d324e2b;p=horde.git No gettext. --- diff --git a/kronolith/lib/Resource/Single.php b/kronolith/lib/Resource/Single.php index eba46528f..19f307045 100644 --- a/kronolith/lib/Resource/Single.php +++ b/kronolith/lib/Resource/Single.php @@ -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.'); } }