Commit 3226d3845dc1ab38804db1fcd6f6ba3ab798c4b1

Authored by Yusuf Davids
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
templates/ktcore/manage_help.smarty
1 <h2>{i18n}Current help assignments{/i18n}</h2> 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 { if $helpreplacements } 6 { if $helpreplacements }
7 -<h2>{i18n}Existing customised help pages{/i18n}</h2> 7 +<h2>{i18n}Existing customized help pages{/i18n}</h2>
8 8
9 <table class="listing" cellspacing="0" cellpadding="0" border="0"> 9 <table class="listing" cellspacing="0" cellpadding="0" border="0">
10 <thead> 10 <thead>
@@ -30,7 +30,7 @@ via the help system and click on &lt;strong&gt;customise this help file&lt;/strong&gt;.{/i18 @@ -30,7 +30,7 @@ via the help system and click on &lt;strong&gt;customise this help file&lt;/strong&gt;.{/i18
30 </table> 30 </table>
31 31
32 {else} 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 { /if } 35 { /if }
36 36