Commit 3226d3845dc1ab38804db1fcd6f6ba3ab798c4b1
1 parent
91640725
KTS-1710
"Need to ensure US English spelling on text throughout the system" Fixed. Wording changed. Committed By:Yusuf Davids Reviewed By:Jalaloedien Abrahams git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7622 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
4 additions
and
4 deletions
templates/ktcore/manage_help.smarty
| 1 | 1 | <h2>{i18n}Current help assignments{/i18n}</h2> |
| 2 | 2 | |
| 3 | -<p class="descriptiveText">{i18n}To customise a help file, please visit that file | |
| 4 | -via the help system and click on <strong>customise this help file</strong>.{/i18n}</p> | |
| 3 | +<p class="descriptiveText">{i18n}To customize a help file, please visit that file | |
| 4 | +via the help system and click on <strong>customize this help file</strong>.{/i18n}</p> | |
| 5 | 5 | |
| 6 | 6 | { if $helpreplacements } |
| 7 | -<h2>{i18n}Existing customised help pages{/i18n}</h2> | |
| 7 | +<h2>{i18n}Existing customized help pages{/i18n}</h2> | |
| 8 | 8 | |
| 9 | 9 | <table class="listing" cellspacing="0" cellpadding="0" border="0"> |
| 10 | 10 | <thead> |
| ... | ... | @@ -30,7 +30,7 @@ via the help system and click on <strong>customise this help file</strong>.{/i18 |
| 30 | 30 | </table> |
| 31 | 31 | |
| 32 | 32 | {else} |
| 33 | -<div class="ktInfoMessage"><span>{i18n}No help files have been customised.{/i18n}</span></div> | |
| 33 | +<div class="ktInfoMessage"><span>{i18n}No help files have been customized.{/i18n}</span></div> | |
| 34 | 34 | |
| 35 | 35 | { /if } |
| 36 | 36 | ... | ... |