- Patch #1280550 by loganfsmyth: language negotiation UX: Change wording and add link on 'detection and selection' page.

8.0.x
Dries Buytaert 2011-09-18 20:07:11 -04:00
parent 8a2b590095
commit 0449633be7
1 changed files with 2 additions and 1 deletions

View File

@ -299,8 +299,9 @@ function language_negotiation_info() {
$language_providers[LANGUAGE_NEGOTIATION_DEFAULT] = array(
'callbacks' => array('language' => 'language_from_default'),
'weight' => 10,
'name' => t('Default'),
'name' => t('Default language'),
'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.