#199402 by keith.smith: standardize on 'Save and continue' text on installer submit buttons

6.x
Gábor Hojtsy 2007-12-14 18:21:30 +00:00
parent b6532a4fdb
commit 24c66b82fc
1 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ function install_settings_form(&$form_state, $profile, $install_locale, $setting
$form['save'] = array(
'#type' => 'submit',
'#value' => st('Save configuration'),
'#value' => st('Save and continue'),
);
$form['errors'] = array();
@ -471,7 +471,7 @@ function install_select_profile_form(&$form_state, $profiles) {
}
$form['submit'] = array(
'#type' => 'submit',
'#value' => st('Save configuration'),
'#value' => st('Save and continue'),
);
return $form;
}
@ -1058,7 +1058,7 @@ function install_configure_form(&$form_state, $url) {
$form['submit'] = array(
'#type' => 'submit',
'#value' => st('Save'),
'#value' => st('Save and continue'),
'#weight' => 15,
);
$form['#action'] = $url;