Revision 23
Added by stefan about 20 years ago
| EN.php | ||
|---|---|---|
| 425 | 425 |
$MESSAGE['GROUPS']['GROUP_NAME_BLANK'] = 'Group name is blank'; |
| 426 | 426 |
$MESSAGE['GROUPS']['CONFIRM_DELETE'] = 'Are you sure you want to delete the selected group (and any users that belong to it)?'; |
| 427 | 427 |
$MESSAGE['GROUPS']['NO_GROUPS_FOUND'] = 'No groups found'; |
| 428 |
$MESSAGE['GROUPS']['GROUP_NAME_EXISTS'] = 'Group name already exists'; |
|
| 428 | 429 |
|
| 429 | 430 |
$MESSAGE['PREFERENCES']['DETAILS_SAVED'] = 'Details saved successfully'; |
| 430 | 431 |
$MESSAGE['PREFERENCES']['EMAIL_UPDATED'] = 'Email updated successfully'; |
Also available in: Unified diff
Fixed bug where group with existing name can be added.