Commit bde8115fdb095a00b16bb8d1de17bcff3fe81e0d

Authored by Neil Blakey-Milner
1 parent 0806f6c4

KTS-862: "view types" breadcrumb detail wasn't marked up.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5339 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktcore/admin/documentTypes.php
... ... @@ -45,7 +45,7 @@ class KTDocumentTypeDispatcher extends KTAdminDispatcher {
45 45  
46 46 $this->aBreadcrumbs[] = array('url' => $_SERVER['PHP_SELF'], 'name' => _kt('Document Type Management'));
47 47  
48   - $this->oPage->setBreadcrumbDetails('view types');
  48 + $this->oPage->setBreadcrumbDetails(_kt('view types'));
49 49  
50 50 $addFields = array();
51 51 $addFields[] = new KTStringWidget(_kt('Name'), _kt('A short, human-readable name for the document type.'), 'name', null, $this->oPage, true);
... ...