Commit 72ddde2ea58bafec17626a6a14bcc3b4a0966e10
1 parent
461fd5fb
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
Showing
1 changed file
with
1 additions
and
1 deletions
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); | ... | ... |