Commit ed9eefeaaa501121a573a1a2c982f74c541c3967
Merge branch 'edge' of git@github.com:ktgit/knowledgetree into edge
Showing
2 changed files
with
3 additions
and
2 deletions
.gitignore
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; | ... | ... |