Commit ed9eefeaaa501121a573a1a2c982f74c541c3967

Authored by Jarrett Jordaan
2 parents eabbb359 4b8cd011

Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge

.gitignore
... ... @@ -8,5 +8,6 @@ bin/luceneserver/lucene.pid
8 8 dummy.php
9 9 var/*
10 10 plugins/commercial
11   -clienttools/*
  11 +clienttools/Karoo
  12 +clienttools/Office
12 13 .gitmodules
13 14 \ No newline at end of file
... ...
plugins/ktcore/admin/fieldsets/basic.inc.php
... ... @@ -84,7 +84,7 @@ class BasicFieldsetManagementDispatcher extends KTAdminDispatcher {
84 84 'normal' => _kt("Normal (String)"),
85 85 'lookup' => _kt("Lookup"),
86 86 'tree' => _kt("Tree"),
87   - 'largetextbox' => _kt("Large Textbox"),
  87 + 'largetextbox' => _kt("Large Text"),
88 88 'date' => _kt("Date"),
89 89 );
90 90 return $types;
... ...