diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-06 18:50:12 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-06 18:50:12 +0000 |
commit | 1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9 (patch) | |
tree | e30fc98efe007aadf4a71d1b3209a241b0dfbaa4 /modules/translation/translation.module | |
parent | 0a8be2adda8e65665ac3bbbff6d7d02d76685bc6 (diff) | |
download | brdo-1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9.tar.gz brdo-1dfd1717c13db5d3ad0e6d64197241d33e6b5fb9.tar.bz2 |
- Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results.
Diffstat (limited to 'modules/translation/translation.module')
-rw-r--r-- | modules/translation/translation.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/translation/translation.module b/modules/translation/translation.module index baed4d15a..e532f6844 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -35,7 +35,7 @@ function translation_help($path, $arg) { $output .= '<p>'. t('Configuring content translation and translation-enabled content types:') .'</p>'; $output .= '<ul><li>'. t('Assign the <em>translate content</em> permission to the appropriate user roles at the <a href="@permissions">Permissions configuration page</a>.', array('@permissions' => url('admin/user/permissions'))) .'</li>'; $output .= '<li>'. t('Add and enable desired languages at the <a href="@languages">Languages configuration page</a>.', array('@languages' => url('admin/settings/language'))) .'</li>'; - $output .= '<li>'. t('Determine which <a href="@content-types">content types</a> should support translation features. To enable translation support for a content type, edit the type and at the <em>Multilingual support</em> drop down, select <em>Enabled, with translation</em>. (<em>Multilingual support</em> is located within <em>Workflow settings</em>.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/content/types'))) .'</li></ul>'; + $output .= '<li>'. t('Determine which <a href="@content-types">content types</a> should support translation features. To enable translation support for a content type, edit the type and at the <em>Multilingual support</em> drop down, select <em>Enabled, with translation</em>. (<em>Multilingual support</em> is located within <em>Workflow settings</em>.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/build/types'))) .'</li></ul>'; $output .= '<p>'. t('Working with translation-enabled content types:') .'</p>'; $output .= '<ul><li>'. t('Use the <em>Language</em> drop down to select the appropriate language when creating or editing posts.') .'</li>'; $output .= '<li>'. t('Provide new or edit current translations for existing posts via the <em>Translation</em> tab. Only visible while viewing a post as a user with the <em>translate content</em> permission, this tab allows translations to be added or edited using a specialized editing form that also displays the content being translated.') .'</li>'; |