From 64def7cb3e97672797bc91e2ac6352cdcccf9937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Mon, 16 Jul 2007 12:43:06 +0000 Subject: #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?') --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') 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'; -- cgit v1.2.3