diff --git a/core/modules/translation/translation.module b/core/modules/translation/translation.module index da719aa13ca..20f456c9c92 100644 --- a/core/modules/translation/translation.module +++ b/core/modules/translation/translation.module @@ -36,7 +36,7 @@ function translation_help($path, $arg) { $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Configuring content types for translation') . '
'; - $output .= '
' . t('To configure a particular content type for translation, visit the Content types page, and click the edit link for the content type. In the Publishing options section, select Enabled, with translation under Multilingual support.', array('@content-types' => url('admin/structure/types'))) . '
'; + $output .= '
' . t('To configure a particular content type for translation, visit the Content types page, and click the edit link for the content type. In the Publishing options section, select Enabled, with translation under Multilingual support.', array('@content-types' => url('admin/structure/types'))) . '
'; $output .= '
' . t('Assigning a language to content') . '
'; $output .= '
' . t('Use the Language drop down to select the appropriate language when creating or editing content.') . '
'; $output .= '
' . t('Translating content') . '
';