Commit 6021c3f0cba7dd50786d895cdb77799278dec589

Authored by nbm
1 parent b6556022

Put a space between Warning: and the start of the warning.

KTS-263


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4746 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/folder/roles.smarty
... ... @@ -6,7 +6,7 @@
6 6 to specific groups in particular areas of the document management system.
7 7 {/i18n}</p>
8 8  
9   -<div class='ktInfo'><p><strong>{i18n}Warning:{/i18n}</strong>{i18n} Please note that changing
  9 +<div class='ktInfo'><p><strong>{i18n}Warning:{/i18n}</strong> {i18n}Please note that changing
10 10 role allocations may take a some time, depending on the number of folders below this one.{/i18n}</p></div>
11 11  
12 12 <table class="listing">
... ...