From ddea004d031b72eab5dfb745945305c310344390 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 20 Nov 2009 16:16:07 +0100 Subject: [PATCH] No gettext. --- kronolith/lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kronolith/lib/base.php b/kronolith/lib/base.php index 1414276b4..6e1ee20bb 100644 --- a/kronolith/lib/base.php +++ b/kronolith/lib/base.php @@ -52,7 +52,7 @@ define('KRONOLITH_TEMPLATES', $registry->get('templates')); * entry. */ Horde_Autoloader::addClassPattern('/^Content_/', $GLOBALS['registry']->get('fileroot', 'content') . '/lib/'); if (!class_exists('Content_Tagger')) { - throw new Horde_Exception(_("The Content_Tagger class could not be found. Make sure the registry entry for the Content system is present.")); + throw new Horde_Exception('The Content_Tagger class could not be found. Make sure the registry entry for the Content system is present.'); } /* Notification system. */ -- 2.11.0