#734726 by David_Rothstein: Fixed Incorrect capitalization on button 'Save Changes'.
parent
e0e885e00e
commit
7b67066ecb
|
@ -272,7 +272,7 @@ function shortcut_set_customize($form, &$form_state, $shortcut_set) {
|
|||
$form['actions'] = array('#type' => 'container', '#attributes' => array('class' => array('form-actions')));
|
||||
$form['actions']['submit'] = array(
|
||||
'#type' => 'submit',
|
||||
'#value' => t('Save Changes'),
|
||||
'#value' => t('Save changes'),
|
||||
);
|
||||
|
||||
return $form;
|
||||
|
|
Loading…
Reference in New Issue