From 2b811363e8ec638548cae2ac844a28823f91877e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Wed, 19 Dec 2007 10:31:27 +0000 Subject: #99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well --- 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 d6d96012d..a706e4fd1 100644 --- a/modules/taxonomy/taxonomy.admin.inc +++ b/modules/taxonomy/taxonomy.admin.inc @@ -411,7 +411,7 @@ function taxonomy_overview_terms(&$form_state, $vocabulary) { if (!$vocabulary->tags && $vocabulary->hierarchy < 2 && count($tree) > 1) { $form['submit'] = array( '#type' => 'submit', - '#value' => t('Submit') + '#value' => t('Save') ); $form['reset_alphabetical'] = array( '#type' => 'submit', -- cgit v1.2.3