Commit 0c009131453a678a4872fbd25b42186979857121
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
Showing
2 changed files
with
2 additions
and
2 deletions
templates/ktcore/manage_permissions.smarty
| @@ -48,7 +48,7 @@ | @@ -48,7 +48,7 @@ | ||
| 48 | <td> | 48 | <td> |
| 49 | <a | 49 | <a |
| 50 | href="{$smarty.server.PHP_SELF}?action=deletePermission&id={$oPerm->getId()}" | 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 | </td> | 52 | </td> |
| 53 | { /if } | 53 | { /if } |
| 54 | </tr> | 54 | </tr> |
templates/ktcore/principals/addgroup.smarty
| @@ -6,7 +6,7 @@ | @@ -6,7 +6,7 @@ | ||
| 6 | <input type="hidden" name="action" value="createGroup" /> | 6 | <input type="hidden" name="action" value="createGroup" /> |
| 7 | 7 | ||
| 8 | <fieldset> | 8 | <fieldset> |
| 9 | - <legend>{i18n}Change Group Details{i18n}</legend> | 9 | + <legend>{i18n}Change Group Details{/i18n}</legend> |
| 10 | <p class="descriptiveText"><strong>FIXME</strong> brief overview of group editing.</p> | 10 | <p class="descriptiveText"><strong>FIXME</strong> brief overview of group editing.</p> |
| 11 | {foreach item=oWidget from=$add_fields} | 11 | {foreach item=oWidget from=$add_fields} |
| 12 | {$oWidget->render()} | 12 | {$oWidget->render()} |