Follow-up from #2004878: config page title "Content language settings" misleading after translation is enabled.
Problem/Motivation
The title of the menu item in the configuration page changes from
When the translation module is enabled, the title of the menu item on the configuration page (admin/config) and in the admin menu changes from:
(no Content Translation module)
Content language
Configure language support for content
to:
(with Content Translation module)
Content language and translation
Configure language and translation support for content
But the title of that page that it links to (/admin/config/regional/content-language) remains "Content language" in both situations (with or without the Content Translation.
It should be changed as well.
Proposed resolution
Change title of the page /admin/config/regional/content-language to "Content language and translation" when the Content Translation module is enabled.
Remaining tasks
Write Test
Patch
Review
Commit
User interface changes
The Page title at admin/config/regional/content-language
Before
After
API changes
No API changes