diff --git a/core/modules/taxonomy/taxonomy.module b/core/modules/taxonomy/taxonomy.module index 50b2073..f5612c9 100644 --- a/core/modules/taxonomy/taxonomy.module +++ b/core/modules/taxonomy/taxonomy.module @@ -63,7 +63,7 @@ function taxonomy_help($route_name, Request $request) { $output .= '
  • ' . t('sub-term: Hard rock') . '
  • '; $output .= t('You can assign a sub-term to multiple parent terms. For example, fusion can be assigned to both rock and jazz.') . ''; $output .= '
    ' . t('Terms in a free-tagging vocabulary can be built gradually as you create or edit content. This is often done used for blogs or photo management applications.') . '
    '; - $output .= '
    ' . t('The show row weights option allows us to display "weights" of each vocabulary using which we can reaarange them. The Operations dropdown provides various options to list terms of a vocabulary, edit it, add new terms to it etc. ') . '
    '; + $output .= '
    ' . t('The show row weights option allows us to display "weights" of each vocabulary using which we can rearrange them. The Operations dropdown provides various options to list terms of a vocabulary, edit it, add new terms to it etc. ') . '
    '; $output .= '
    ' . t('Assigning vocabularies to content types') . '
    '; $output .= '
    ' . t('Before you can use a new vocabulary to classify your content, a new Taxonomy term field must be added to a content type on its manage fields page. When adding a taxonomy field, you choose a widget to use to enter the taxonomy information on the content editing page: a select list, checkboxes, radio buttons, or an auto-complete field (to build a free-tagging vocabulary). After choosing the field type and widget, on the subsequent field settings page you can choose the desired vocabulary, whether one or multiple terms can be chosen from the vocabulary, and other settings. The same vocabulary can be added to multiple content types, by using the "Re-use existing field" section on the manage fields page.', array('@ctedit' => url('admin/structure/types'))) . '
    '; $output .= '
    ' . t('Classifying content') . '
    ';