diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-08-21 14:27:47 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-08-21 14:27:47 +0000 |
commit | 2a123f0ac94cad2771b19ca81b9637f83cb06869 (patch) | |
tree | d66931957602be79d49802515f408c651f8699b6 /modules/translation | |
parent | fd4020db897e8638d32db5119d25bd3a60febb89 (diff) | |
download | brdo-2a123f0ac94cad2771b19ca81b9637f83cb06869.tar.gz brdo-2a123f0ac94cad2771b19ca81b9637f83cb06869.tar.bz2 |
- Patch #549432 by Bohjan, Gábor Hojtsy: create 'people and permissions' section in 'configuration and modules'.
Diffstat (limited to 'modules/translation')
-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 4dc25c3f1..270d9d543 100644 --- a/modules/translation/translation.module +++ b/modules/translation/translation.module @@ -33,7 +33,7 @@ function translation_help($path, $arg) { case 'admin/help#translation': $output = '<p>' . t('The content translation module allows content to be translated into different languages. Working with the <a href="@locale">locale module</a> (which manages enabled languages and provides translation for the site interface), the content translation module is key to creating and maintaining translated site content.', array('@locale' => url('admin/help/locale'))) . '</p>'; $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/settings/permissions'))) . '</li>'; + $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/config/people/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>Publishing options</em>.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/structure/types'))) . '</li></ul>'; $output .= '<p>' . t('Working with translation-enabled content types:') . '</p>'; |