From 29dba9a4a86c581dab9834698c95bb502625b9f3 Mon Sep 17 00:00:00 2001 From: Dries Date: Mon, 13 Feb 2012 13:45:55 -0500 Subject: - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail. --- modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/translation/translation.module') diff --git a/modules/translation/translation.module b/modules/translation/translation.module index 697929f66..dc87249fa 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') . '
'; -- cgit v1.2.3