diff --git a/core/modules/translation_entity/translation_entity.module b/core/modules/translation_entity/translation_entity.module index 8648e64..d60717c 100644 --- a/core/modules/translation_entity/translation_entity.module +++ b/core/modules/translation_entity/translation_entity.module @@ -23,12 +23,7 @@ function translation_entity_help($path, $arg) { $output .= '
'; $output .= '
' . t('Enabling translation') . '
'; $output .= '

' . t('Before you can translate content, there must be at least two non-system languages added on the languages administration page.', array('!url' => url('admin/config/regional/language'))) . '

'; - $output .= '

' . t('After adding languages, enable translation for any content you wish to translate:') . '

'; - $output .= ''; - $output .= '

' . t('Finally, under the Manage fields tab, edit each field you wish to be translatable, and enable translation under Global settings.') . '

'; + $output .= '

' . t('After adding languages, configure translation.', array('!url' => url('admin/config/regional/translation_entity'))) . '

'; $output .= '
' . t('Translating content') . '
'; $output .= '
' . t('After enabling translation you can create a new piece of content, or edit existing content and assign it a language. Then, you will see a Translations tab or link that will gives an overview of the translation status for the current content. From there, you can add translations and edit or delete existing translations. This process is similar for every translatable element on your site, such as taxonomy terms, comments or user accounts.') . '
'; $output .= '
' . t('Changing source language') . '
'; @@ -42,7 +37,7 @@ function translation_entity_help($path, $arg) { case 'admin/config/regional/translation_entity': $output = ''; - $output .= '

' . t('Enable content translation for content types, taxonomy vocabularies, accounts, or any other translatable element on your website') . '

'; + $output .= '

' . t('Enable content translation for content types, taxonomy vocabularies, accounts, or any other translatable element on your site.') . '

'; if (!language_multilingual()) { $output .= '

' . t('Before you can translate content, there must be at least two non-system languages added on the languages administration page.', array('!url' => url('admin/config/regional/language'))) . '

'; }