Commit 483b391dd44ce46b22e22b41267e9936450856f6
1 parent
05663c5d
KTS-746: fix half-formed sentence.
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5190 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
1 deletions
templates/ktcore/principals/addunit2.smarty
| ... | ... | @@ -19,7 +19,8 @@ your unit folder.{/i18n}</p> |
| 19 | 19 | unit folder will be created. Use the folder collection and path below |
| 20 | 20 | to browse to the folder you wish to create the unit folder into.{/i18n}</p> |
| 21 | 21 | |
| 22 | -<p class="descriptiveText">{i18n}The unit administrators have additional {/i18n}</p> | |
| 22 | +<p class="descriptiveText">{i18n}The unit administrators have additional | |
| 23 | +rights within that portion of the document management system.{/i18n}</p> | |
| 23 | 24 | |
| 24 | 25 | <input type="hidden" name="fFolderId" value="{$folder->getId()}" /> |
| 25 | 26 | {foreach from=$collection_breadcrumbs item=breadcrumb name=bc} | ... | ... |