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?') --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/user.module') diff --git a/modules/user/user.module b/modules/user/user.module index 89f40ede4..07150daf1 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1614,7 +1614,7 @@ function user_edit($form_state, $category = 'account') { $form = _user_forms($edit, $account, $category); $form['_category'] = array('#type' => 'value', '#value' => $category); $form['_account'] = array('#type' => 'value', '#value' => $account); - $form['submit'] = array('#type' => 'submit', '#value' => t('Submit'), '#weight' => 30); + $form['submit'] = array('#type' => 'submit', '#value' => t('Save'), '#weight' => 30); if (user_access('administer users')) { $form['delete'] = array('#type' => 'submit', '#value' => t('Delete'), '#weight' => 31); } -- cgit v1.2.3