Commit f0675cce31777557da4ce6d5b6b40aebf180d3b9
1 parent
2972a6ed
KTS-813: typo in document links page
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5285 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
templates/ktstandard/action/document_links.smarty
| @@ -38,7 +38,7 @@ | @@ -38,7 +38,7 @@ | ||
| 38 | 38 | ||
| 39 | <td><a href="{"viewDocument"|generateControllerUrl}&qs[fDocumentId]={$target->getId()}&qs[action]=main">{$target->getName()}</a></td> | 39 | <td><a href="{"viewDocument"|generateControllerUrl}&qs[fDocumentId]={$target->getId()}&qs[action]=main">{$target->getName()}</a></td> |
| 40 | <td>{$type->getName()}</td> | 40 | <td>{$type->getName()}</td> |
| 41 | - <td>{ii18n}Linked <b>from</b> this document{/i18n}</td> | 41 | + <td>{i18n}Linked <b>from</b> this document{/i18n}</td> |
| 42 | </tr> | 42 | </tr> |
| 43 | 43 | ||
| 44 | {/foreach} | 44 | {/foreach} |