From: Dries Date: Mon, 13 Feb 2012 18:45:55 +0000 (-0500) Subject: - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail. X-Git-Tag: 7.14~206 X-Git-Url: http://drupalcode.org/project/drupal.git/commitdiff_plain/29dba9a4a86c581dab9834698c95bb502625b9f3 - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail. --- diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 697929f..dc87249 100644 --- a/modules/translation/translation.module +++ b/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') . '
';