From 0449633be76d51f0686eb61f295af186f7f7d6fb Mon Sep 17 00:00:00 2001 From: Dries Buytaert <dries@buytaert.net> Date: Sun, 18 Sep 2011 20:07:11 -0400 Subject: [PATCH] - Patch #1280550 by loganfsmyth: language negotiation UX: Change wording and add link on 'detection and selection' page. --- includes/language.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/language.inc b/includes/language.inc index b7057f2a138c..c729ec25a161 100644 --- a/includes/language.inc +++ b/includes/language.inc @@ -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. -- GitLab