summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-16 12:43:06 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-16 12:43:06 +0000
commit64def7cb3e97672797bc91e2ac6352cdcccf9937 (patch)
treee994c0bdc4ac01746fd9f2e14bee6cf0e8bc20ee /install.php
parent4a65afa1321c98cfe9dd6b01857a10c33c358a20 (diff)
downloadbrdo-64def7cb3e97672797bc91e2ac6352cdcccf9937.tar.gz
brdo-64def7cb3e97672797bc91e2ac6352cdcccf9937.tar.bz2
#100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?')
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';