diff --git a/core/modules/translation_entity/translation_entity.module b/core/modules/translation_entity/translation_entity.module
index 177ecd3..d4a6e8f 100644
--- a/core/modules/translation_entity/translation_entity.module
+++ b/core/modules/translation_entity/translation_entity.module
@@ -24,13 +24,13 @@ function translation_entity_help($path, $arg) {
$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 .= '- ' . t('Content types: Enable translation of content types, by clicking edit next to the appropriate type, and under Language settings, uncheck Hide language selector and check Enable translation. This allows selecting the language as part of creating or editing the content.', array('@content_types_url' => url('admin/structure/types'))) . '
';
- $output .= '- ' . t('Comments: switch to the Comment settings in the content type edit page and check Enable translation.
');
+ $output .= '- ' . t('Content types: Enable translation of content types by clicking edit for to the appropriate type. Then, under Language settings, uncheck Hide language selector and check Enable translation. This allows selecting the language as part of creating or editing the content.', array('@content_types_url' => url('admin/structure/types'))) . '
';
+ $output .= '- ' . t('Comments: Switch to the Comment settings in the content type edit page and check Enable translation.
');
$output .= '- ' . t('Taxonomy terms: Enable translation of taxonomy terms by editing the Vocabulary and checking Enable translation under Terms language.', array('@vocabularies_url' => url('admin/structure/taxonomy'))) . '
';
- $output .= '- ' . t('User accounts: Enable translation of user accounts in the account settings page, by checking Enable translation under Language settings.', array('@account_url' => url('admin/config/people/accounts'))) . '
';
- $output .= '' . t('Finally, under the Manage fields tab, edit each field you wish to be translatable, and enable or disable translation under Global settings.') . '
';
+ $output .= '' . t('User accounts: Enable translation of user accounts on the account settings page, by checking Enable translation under Language settings.', array('@account_url' => url('admin/config/people/accounts'))) . '';
+ $output .= '' . t('Finally, under the Manage fields tab, edit each field you wish to be translatable, and enable translation under Global settings.') . '
';
$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. Once this is done you will see a Translations tab or link that will give you access to 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('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') . '';
$output .= '' . t('When there are two or more possible source languages, selecting a Source language will repopulate the form using the specified source\'s values. For example, French is much closer to Spanish than to Chinese, so changing the French translation\'s source language to Spanish can assist translators.') . '';
$output .= '' . t('Maintaining translations') . '';