elofgren: Use simply 'group' instead of 'security group' for consistency in alert about no groups being selected when 'Delete the selected groups' is clicked.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@42044 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-16 02:20:08 +00:00
parent 0438c5006d
commit 5575c175de

View File

@ -123,7 +123,7 @@ deletegroup = {
$('deletegroup').getElementsByTagName('button')[0].onclick(); $('deletegroup').getElementsByTagName('button')[0].onclick();
} }
} else { } else {
alert("Please select at least 1 security group."); alert("Please select at least 1 group.");
} }
return false; return false;