Commit a0772fa0077e08bb53f2fbd7ecbaf216df489c2f

Authored by Kevin Fourie
1 parent 31e0ff77

KTS-2477

"Default language is set incorrectly in config.ini"
Corrected. Put back to 'en'

Committed By: Kevin Fourie
Reviewed By: Jalaloedien Abrahams



git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7350 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
config/config.ini
... ... @@ -139,7 +139,7 @@ dot = dot
139 139  
140 140 [i18n]
141 141 ; Default language for the interface
142   -defaultLanguage = de_DE
  142 +defaultLanguage = en
143 143 ; If your language doesn't have distinguishable words (usually, doesn't
144 144 ; have a space character), set useLike to true to use a search that can
145 145 ; deal with this, but which is slower.
... ...