From: Jan Schneider Date: Fri, 20 Nov 2009 15:16:07 +0000 (+0100) Subject: No gettext. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ddea004d031b72eab5dfb745945305c310344390;p=horde.git No gettext. --- 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. */