diff --git a/plugins/ktcore/admin/documentTypes.php b/plugins/ktcore/admin/documentTypes.php index e05497c..960fe90 100755 --- a/plugins/ktcore/admin/documentTypes.php +++ b/plugins/ktcore/admin/documentTypes.php @@ -45,7 +45,7 @@ class KTDocumentTypeDispatcher extends KTAdminDispatcher { $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name' => _kt('Document Type Management')); - $this->oPage->setBreadcrumbDetails('view types'); + $this->oPage->setBreadcrumbDetails(_kt('view types')); $addFields = array(); $addFields[] = new KTStringWidget(_kt('Name'), _kt('A short, human-readable name for the document type.'), 'name', null, $this->oPage, true);