#734726 by David_Rothstein: Fixed Incorrect capitalization on button 'Save Changes'.

merge-requests/26/head
Angie Byron 2010-03-08 15:45:26 +00:00
parent e0e885e00e
commit 7b67066ecb
1 changed files with 1 additions and 1 deletions

View File

@ -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;