Commit ed9eefeaaa501121a573a1a2c982f74c541c3967
Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
Showing
2 changed files
with
3 additions
and
2 deletions
.gitignore
| @@ -8,5 +8,6 @@ bin/luceneserver/lucene.pid | @@ -8,5 +8,6 @@ bin/luceneserver/lucene.pid | ||
| 8 | dummy.php | 8 | dummy.php |
| 9 | var/* | 9 | var/* |
| 10 | plugins/commercial | 10 | plugins/commercial |
| 11 | -clienttools/* | 11 | +clienttools/Karoo |
| 12 | +clienttools/Office | ||
| 12 | .gitmodules | 13 | .gitmodules |
| 13 | \ No newline at end of file | 14 | \ No newline at end of file |
plugins/ktcore/admin/fieldsets/basic.inc.php
| @@ -84,7 +84,7 @@ class BasicFieldsetManagementDispatcher extends KTAdminDispatcher { | @@ -84,7 +84,7 @@ class BasicFieldsetManagementDispatcher extends KTAdminDispatcher { | ||
| 84 | 'normal' => _kt("Normal (String)"), | 84 | 'normal' => _kt("Normal (String)"), |
| 85 | 'lookup' => _kt("Lookup"), | 85 | 'lookup' => _kt("Lookup"), |
| 86 | 'tree' => _kt("Tree"), | 86 | 'tree' => _kt("Tree"), |
| 87 | - 'largetextbox' => _kt("Large Textbox"), | 87 | + 'largetextbox' => _kt("Large Text"), |
| 88 | 'date' => _kt("Date"), | 88 | 'date' => _kt("Date"), |
| 89 | ); | 89 | ); |
| 90 | return $types; | 90 | return $types; |