summaryrefslogtreecommitdiff
path: root/modules/translation
diff options
context:
space:
mode:
authorDries <dries@buytaert.net>2012-02-13 13:45:55 -0500
committerDries <dries@buytaert.net>2012-02-13 13:45:55 -0500
commit29dba9a4a86c581dab9834698c95bb502625b9f3 (patch)
treeab3d352cbba6fec3e4dedcd2e5a8697ebc82aed2 /modules/translation
parentc9d44bf4e0e3e6009334c79fc04f5165c1fbdd28 (diff)
downloadbrdo-29dba9a4a86c581dab9834698c95bb502625b9f3.tar.gz
brdo-29dba9a4a86c581dab9834698c95bb502625b9f3.tar.bz2
- Patch #1431918 by Liam Morland: user_multiple_role_edit() doc needs more detail.
Diffstat (limited to 'modules/translation')
-rw-r--r--modules/translation/translation.module2
1 files changed, 1 insertions, 1 deletions
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 .= '<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>';