--- modules/translation/translation.module 2008-03-29 23:37:17.000000000 -0700
+++ modules/translation/translation.module.mine 2008-03-29 23:30:23.000000000 -0700
@@ -35,7 +35,7 @@
$output .= '
'. t('Configuring content translation and translation-enabled content types:') .'
';
$output .= '- '. t('Assign the translate content permission to the appropriate user roles at the Permissions configuration page.', array('@permissions' => url('admin/user/permissions'))) .'
';
$output .= '- '. t('Add and enable desired languages at the Languages configuration page.', array('@languages' => url('admin/settings/language'))) .'
';
- $output .= '- '. t('Determine which content types should support translation features. To enable translation support for a content type, edit the type and at the Multilingual support drop down, select Enabled, with translation. (Multilingual support is located within Workflow settings.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/content/types'))) .'
';
+ $output .= ''. t('Determine which content types should support translation features. To enable translation support for a content type, edit the type and at the Multilingual support drop down, select Enabled, with translation. (Multilingual support is located within Workflow settings.) Be sure to save each content type after enabling multilingual support.', array('@content-types' => url('admin/build/types'))) .'';
$output .= ''. t('Working with translation-enabled content types:') .'
';
$output .= '- '. t('Use the Language drop down to select the appropriate language when creating or editing posts.') .'
';
$output .= '- '. t('Provide new or edit current translations for existing posts via the Translation tab. Only visible while viewing a post as a user with the translate content permission, this tab allows translations to be added or edited using a specialized editing form that also displays the content being translated.') .'
';