From afcde4bde40a5e1bf650b6bcfa5183be62e53b8e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 23 Apr 2010 07:54:44 +0000 Subject: #779496 by andypost: Fix minor formatting issues with t(). --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 00c7506af..22b7fd843 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -19,7 +19,7 @@ function taxonomy_help($path, $arg) { $output .= '
'; $output .= '
' . t('Creating vocabularies') . '
'; $output .= '
' . t('Users with sufficient permissions can create vocabularies and terms through the Taxonomy page. The page listing the terms provides a drag-and-drop interface for controlling the order of the terms and sub-terms within a vocabulary, in a hierarchical fashion. A controlled vocabulary classifying music by genre with terms and sub-terms could look as follows:', array('@taxo' => url('admin/structure/taxonomy'), '@perm' => url('admin/people/permissions', array('fragment'=>'module-taxonomy')))); - $output .= '
  • ' . t ('vocabulary: Music') . '
  • '; + $output .= '
    • ' . t('vocabulary: Music') . '
    • '; $output .= '
      • ' . t('term: Jazz') . '
      • '; $output .= '
        • ' . t('sub-term: Swing') . '
        • '; $output .= '
        • ' . t('sub-term: Fusion') . '
      '; -- cgit v1.2.3