MINOR Fixed duplicate help text on Group->getCMSFields()

This commit is contained in:
Ingo Schommer 2012-06-13 15:04:40 +02:00
parent 4c0a0f95b0
commit 2a52ce2ff8

View File

@ -84,8 +84,7 @@ class Group extends DataObject {
) )
); );
$parentidfield->setAttribute( $parentidfield->setDescription(
'title',
_t('Group.GroupReminder', 'If you choose a parent group, this group will take all it\'s roles') _t('Group.GroupReminder', 'If you choose a parent group, this group will take all it\'s roles')
); );