Commit 0c009131453a678a4872fbd25b42186979857121

Authored by Neil Blakey-Milner
1 parent b76c7177

Fix typos from i18n sweep.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4442 c91229c3-7414-0410-bfa2-8a42b809f60b
templates/ktcore/manage_permissions.smarty
... ... @@ -48,7 +48,7 @@
48 48 <td>
49 49 <a
50 50 href="{$smarty.server.PHP_SELF}?action=deletePermission&id={$oPerm->getId()}"
51   -class="ktAction ktDelete">{$i18n}Delete Permission{/i18n}</a>
  51 +class="ktAction ktDelete">{i18n}Delete Permission{/i18n}</a>
52 52 </td>
53 53 { /if }
54 54 </tr>
... ...
templates/ktcore/principals/addgroup.smarty
... ... @@ -6,7 +6,7 @@
6 6 <input type="hidden" name="action" value="createGroup" />
7 7  
8 8 <fieldset>
9   - <legend>{i18n}Change Group Details{i18n}</legend>
  9 + <legend>{i18n}Change Group Details{/i18n}</legend>
10 10 <p class="descriptiveText"><strong>FIXME</strong> brief overview of group editing.</p>
11 11 {foreach item=oWidget from=$add_fields}
12 12 {$oWidget->render()}
... ...