summaryrefslogtreecommitdiff
path: root/modules/translation/translation.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-18 09:45:01 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-18 09:45:01 +0000
commitf2b6d3dca8ca9b1278aac2cc01937f1303c49ac1 (patch)
tree8121255744292df4c98b1b837fb03e21f037b015 /modules/translation/translation.module
parent04662d1328bf0dbc9e040f1cb6af064b1a89604d (diff)
downloadbrdo-f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1.tar.gz
brdo-f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1.tar.bz2
- Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'.
Diffstat (limited to 'modules/translation/translation.module')
-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 d10ad326a..df4312097 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/build/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>Publishing options</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>';