Skip to content
Snippets Groups Projects
Commit ebfdf7fd authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1974044 by EllaTheHarpy, IshaDakota, fjd, Schnitzel: Fixed 'Account...

Issue #1974044 by EllaTheHarpy, IshaDakota, fjd, Schnitzel: Fixed 'Account administration pages' detection method confusing.
parent e4c5f104
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -660,8 +660,8 @@ function language_language_negotiation_info() {
'callbacks' => array('negotiation' => 'language_from_user'),
'file' => $file,
'weight' => -4,
'name' => t('Account'),
'description' => t('Account site language setting.'),
'name' => t('Account preference for site'),
'description' => t("The language setting for the site in the user's account."),
);
$negotiation_info[LANGUAGE_NEGOTIATION_BROWSER] = array(
......@@ -697,8 +697,8 @@ function language_language_negotiation_info() {
'callbacks' => array('negotiation' => 'language_from_user_admin'),
'file' => $file,
'weight' => 10,
'name' => t('Account administration pages'),
'description' => t('Account administration pages language setting.'),
'name' => t('Account preference for administration pages'),
'description' => t("The language setting for account administration pages in the user's account."),
);
return $negotiation_info;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment