Commit a45426a64cdf0bc25ee5a46916de8357d1609568

Authored by Neil Blakey-Milner
1 parent 1eab8375

KTS-796: Mark up strings for translation.


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@5275 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/documentmanagement/DocumentField.inc
... ... @@ -177,12 +177,12 @@ class DocumentField extends KTEntity {
177 177  
178 178 function getType() {
179 179 if (empty($this->bHasLookup)) {
180   - return "Normal";
  180 + return _kt("Normal");
181 181 }
182 182 if (empty($this->bHasLookupTree)) {
183   - return "Lookup";
  183 + return _kt("Lookup");
184 184 }
185   - return "Tree";
  185 + return _kt("Tree");
186 186 }
187 187  
188 188 function getValues() {
... ...