diff --git a/core/modules/translation_entity/translation_entity.module b/core/modules/translation_entity/translation_entity.module index 6b4683b..3e50827 100644 --- a/core/modules/translation_entity/translation_entity.module +++ b/core/modules/translation_entity/translation_entity.module @@ -256,7 +256,9 @@ function translation_entity_menu_alter(array &$items) { } } - $items['admin/config/regional/content-language']['title'] = 'Content language and translation'; + // Add translation to the configuration page title to clarify the content + // language settings page is where translation can be enabled. + $items['admin/config/regional/content-language']['title'] = 'Content language and translation settings'; } /**