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

@@ -151,7 +151,7 @@ Sonia.group.FormPanel = Ext.extend(Sonia.rest.FormPanel,{
createErrorMsgText: 'Group creation failed',
// help
nameHelpText: 'The unique name for this group.',
nameHelpText: 'The unique name of the group.',
descriptionHelpText: 'A short description of the group.',
membersHelpText: 'The usernames of the group members.',