Skip to content
Snippets Groups Projects
Commit 0449633b authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #1280550 by loganfsmyth: language negotiation UX: Change wording and...

- Patch #1280550 by loganfsmyth: language negotiation UX: Change wording and add link on 'detection and selection' page.
parent 8a2b5900
No related branches found
No related tags found
No related merge requests found
...@@ -299,8 +299,9 @@ function language_negotiation_info() { ...@@ -299,8 +299,9 @@ function language_negotiation_info() {
$language_providers[LANGUAGE_NEGOTIATION_DEFAULT] = array( $language_providers[LANGUAGE_NEGOTIATION_DEFAULT] = array(
'callbacks' => array('language' => 'language_from_default'), 'callbacks' => array('language' => 'language_from_default'),
'weight' => 10, 'weight' => 10,
'name' => t('Default'), 'name' => t('Default language'),
'description' => t('Use the default site language (@language_name).', array('@language_name' => language_default()->native)), 'description' => t('Use the default site language (@language_name).', array('@language_name' => language_default()->native)),
'config' => 'admin/config/regional/language',
); );
// Let other modules alter the list of language providers. // Let other modules alter the list of language providers.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment