diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 79480db6bcacedb9d7a62dfa42f8b919ef7fa79f..5f4ff57a5701ae2b5a59dea0611a13b3062121c3 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -143,7 +143,7 @@ function node_type_form(&$form_state, $type = NULL) { ); $form['workflow'] = array( '#type' => 'fieldset', - '#title' => t('Workflow settings'), + '#title' => t('Publishing options'), '#collapsible' => TRUE, '#collapsed' => TRUE, ); diff --git a/modules/translation/translation.module b/modules/translation/translation.module index d10ad326ac4cc5974cd417c747d6ef83456d3141..df4312097eba22f817c57570042f9524a00b3d1d 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -35,7 +35,7 @@ function translation_help($path, $arg) { $output .= '

' . t('Configuring content translation and translation-enabled content types:') . '

'; $output .= ''; + $output .= '
  • ' . t('Determine which content types should support translation features. To enable translation support for a content type, edit the type and at the Multilingual support drop down, select Enabled, with translation. (Multilingual support is located within Publishing options.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/build/types'))) . '
  • '; $output .= '

    ' . t('Working with translation-enabled content types:') . '

    '; $output .= '