diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/core/modules/views/src/Plugin/views/PluginBase.php index af2776d..d2a1ec2 100644 --- a/core/modules/views/src/Plugin/views/PluginBase.php +++ b/core/modules/views/src/Plugin/views/PluginBase.php @@ -493,7 +493,7 @@ function listLanguages($flags = 0) { // Omit unnamed types. These are things like language_url, which are // not configurable and do not need to be in this list. if (isset($type['name'])) { - $list[ $id] = t('Negotiated !type language', array('!type' => $type['name'])); + $list[ $id] = t('Language selected for !type', array('!type' => $type['name'])); } } } diff --git a/core/modules/views/views.views_execution.inc b/core/modules/views/views.views_execution.inc index a2d942e..5f19999 100644 --- a/core/modules/views/views.views_execution.inc +++ b/core/modules/views/views.views_execution.inc @@ -12,9 +12,11 @@ /** * Implements hook_views_query_substitutions(). * - * Substitute current time; this works with cached queries. Also substitute - * Drupal version. Also figure out the special language codes; see - * \Drupal\views\Plugin\views\PluginBase::listLanguages(). + * Makes the following substitutions: + * - Current time; this works with cached queries. + * - Drupal version. + * - Special language codes; see + * \Drupal\views\Plugin\views\PluginBase::listLanguages(). */ function views_views_query_substitutions(ViewExecutable $view) { $substitutions = array(