From 2a52ce2ff810c1d7ce3b88be14666604c7aa32a1 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 13 Jun 2012 15:04:40 +0200 Subject: [PATCH] MINOR Fixed duplicate help text on Group->getCMSFields() --- security/Group.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/security/Group.php b/security/Group.php index 635199d28..fcda3738d 100755 --- a/security/Group.php +++ b/security/Group.php @@ -84,8 +84,7 @@ class Group extends DataObject { ) ); - $parentidfield->setAttribute( - 'title', + $parentidfield->setDescription( _t('Group.GroupReminder', 'If you choose a parent group, this group will take all it\'s roles') );