improve helpText attributes

This commit is contained in:
Sebastian Sdorra
2011-03-18 18:28:43 +01:00
parent f6f3ff2f72
commit 8b4d47fb31
6 changed files with 46 additions and 15 deletions

View File

@@ -37,6 +37,7 @@ registerConfigPanel({
xtype: 'textfield',
name: 'repositoryDirectory',
fieldLabel: 'Repository directory',
helpText: 'The location of the Git repositories.',
allowBlank : false
}]
});