mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX #5852 Missing translation for SecurityAdmin save button causes it to have no text, should default to english "Save"
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@108407 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
43c568ef12
commit
2e25aa2bdf
@ -317,7 +317,7 @@ class SecurityAdmin extends LeftAndMain implements PermissionProvider {
|
||||
$fields->push($groupIDField = new HiddenField('GroupID'));
|
||||
|
||||
$actions = new FieldSet();
|
||||
$actions->push(new FormAction('savemember', _t('SecurityAdmin.SAVE')));
|
||||
$actions->push(new FormAction('savemember', _t('SecurityAdmin.SAVE', 'Save')));
|
||||
|
||||
$form = new Form($this, 'MemberForm', $fields, $actions);
|
||||
if($record) $form->loadDataFrom($record);
|
||||
|
Loading…
Reference in New Issue
Block a user