From d37c49df4e8c93a23982e34d4e53264943d2cf40 Mon Sep 17 00:00:00 2001 From: Dries <dries@buytaert.net> Date: Mon, 13 Feb 2012 13:44:59 -0500 Subject: [PATCH] - Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail. --- core/modules/translation/translation.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/translation/translation.module b/core/modules/translation/translation.module index da719aa13ca9..20f456c9c926 100644 --- a/core/modules/translation/translation.module +++ b/core/modules/translation/translation.module @@ -36,7 +36,7 @@ function translation_help($path, $arg) { $output .= '<h3>' . t('Uses') . '</h3>'; $output .= '<dl>'; $output .= '<dt>' . t('Configuring content types for translation') . '</dt>'; - $output .= '<dd>' . t('To configure a particular content type for translation, visit the <a href="@content-types">Content types</a> page, and click the <em>edit</em> link for the content type. In the <em>Publishing options</em> section, select <em>Enabled, with translation</em> under <em>Multilingual support</em>.', array('@content-types' => url('admin/structure/types'))) . '</li></ul><dd>'; + $output .= '<dd>' . t('To configure a particular content type for translation, visit the <a href="@content-types">Content types</a> page, and click the <em>edit</em> link for the content type. In the <em>Publishing options</em> section, select <em>Enabled, with translation</em> under <em>Multilingual support</em>.', array('@content-types' => url('admin/structure/types'))) . '</dd>'; $output .= '<dt>' . t('Assigning a language to content') . '</dt>'; $output .= '<dd>' . t('Use the <em>Language</em> drop down to select the appropriate language when creating or editing content.') . '</dd>'; $output .= '<dt>' . t('Translating content') . '</dt>'; -- GitLab