Skip to content
Snippets Groups Projects
Commit 10b83583 authored by Alexander Hass's avatar Alexander Hass Committed by Tim Plunkett
Browse files

Issue #1601848 by hass: t('Click sort column') cause context sensitive translation issues.

parent 29c7fa9b
No related branches found
No related tags found
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
...@@ -401,7 +401,7 @@ function options_form(&$form, &$form_state) { ...@@ -401,7 +401,7 @@ function options_form(&$form, &$form_state) {
else { else {
$form['click_sort_column'] = array( $form['click_sort_column'] = array(
'#type' => 'select', '#type' => 'select',
'#title' => t('Click sort column'), '#title' => t('Column used for click sorting'),
'#options' => drupal_map_assoc($column_names), '#options' => drupal_map_assoc($column_names),
'#default_value' => $this->options['click_sort_column'], '#default_value' => $this->options['click_sort_column'],
'#description' => t('Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine.'), '#description' => t('Used by Style: Table to determine the actual column to click sort the field on. The default is usually fine.'),
......
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