? .DS_Store ? term_display-load_option-6.patch ? term_display-sentence-case.patch ? term_display-weight-label.patch ? term_display.in Index: term_display.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/term_display/term_display.module,v retrieving revision 1.8 diff -u -p -r1.8 term_display.module --- term_display.module 26 Feb 2009 19:58:18 -0000 1.8 +++ term_display.module 26 Feb 2009 20:08:46 -0000 @@ -40,7 +40,7 @@ function term_display_form_taxonomy_form $form['term_display']['term_display_weight'] = array( '#type' => 'weight', - '#title' => t('Display style'), + '#title' => t('Display weight'), '#default_value' => $term_display_data['weight'], '#description' => t('Set a weight for term display to control where terms appear in the content body. Set a low weight to move terms to the top of the content or a high one to move them to the bottom. Applies only when display style is set to "list" or "custom". This option is for advanced usage only; usually it\'s best to leave this at 0.'), );