diff --git a/templates/ktcore/document/edit.smarty b/templates/ktcore/document/edit.smarty index 7b9e420..5b334a7 100644 --- a/templates/ktcore/document/edit.smarty +++ b/templates/ktcore/document/edit.smarty @@ -11,7 +11,7 @@ {$context->oPage->requireCSSResource('resources/css/kt-treewidget.css')} -

{i18n}Editing{/i18n}: {$document->getName()|wordwrap:40:"
\n":true}

+

{i18n}Editing{/i18n}: {$document->getName()|mb_wordwrap:40:"
\n":true}

{capture assign=link}{addQS}action=selectType&fDocumentId={$document->getId()}{/addQS}{/capture}

{i18n arg_link=$link arg_name=$type_name}Change the document type. The current type is "#name#"{/i18n}