From 46f4672962cd25ede0d46ac798a264dcdb0b225e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 16:17:37 +0000 Subject: One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch --- modules/taxonomy/taxonomy.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.admin.inc') diff --git a/modules/taxonomy/taxonomy.admin.inc b/modules/taxonomy/taxonomy.admin.inc index 8f9e1894c..fe35caa7b 100644 --- a/modules/taxonomy/taxonomy.admin.inc +++ b/modules/taxonomy/taxonomy.admin.inc @@ -34,7 +34,7 @@ function taxonomy_overview_vocabularies() { // Only make this form include a submit button and weight if more than one // vocabulary exists. if (count($vocabularies) > 1) { - $form['submit'] = array('#type' => 'submit', '#value' => t('Submit')); + $form['submit'] = array('#type' => 'submit', '#value' => t('Save')); } elseif (isset($vocabulary)) { unset($form[$vocabulary->vid]['weight']); -- cgit v1.2.3