From fe8d63443d162309ed86d2d27601e9905d324e2b Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Nov 2009 14:46:44 +0100 Subject: [PATCH] No gettext. --- kronolith/lib/Resource/Single.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'); } } -- 2.11.0