summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 38cc2b1c3..21ad4e000 100644
--- a/install.php
+++ b/install.php
@@ -932,7 +932,7 @@ if (Drupal.jsEnabled) {
$form['submit'] = array(
'#type' => 'submit',
- '#value' => st('Submit'),
+ '#value' => st('Save'),
'#weight' => 15,
);
$hook_form_alter = $_GET['profile'] .'_form_alter';