diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 10:31:27 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-12-19 10:31:27 +0000 |
commit | 2b811363e8ec638548cae2ac844a28823f91877e (patch) | |
tree | 23010563ea4d4abce9fb147bf4531b374fd5fb7c /modules/taxonomy/taxonomy.admin.inc | |
parent | 4245bd583b9c167424e97ccf07e699fadd4a09dc (diff) | |
download | brdo-2b811363e8ec638548cae2ac844a28823f91877e.tar.gz brdo-2b811363e8ec638548cae2ac844a28823f91877e.tar.bz2 |
#99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well
Diffstat (limited to 'modules/taxonomy/taxonomy.admin.inc')
-rw-r--r-- | modules/taxonomy/taxonomy.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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', |