Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
10b83583
Commit
10b83583
authored
May 27, 2012
by
hass
Committed by
tim.plunkett
Oct 21, 2012
Browse files
Issue
#1601848
by hass: t('Click sort column') cause context sensitive translation issues.
parent
29c7fa9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/field/views_handler_field_field.inc
View file @
10b83583
...
...
@@ -401,7 +401,7 @@ function options_form(&$form, &$form_state) {
else
{
$form
[
'click_sort_column'
]
=
array
(
'#type'
=>
'select'
,
'#title'
=>
t
(
'Click sort
column
'
),
'#title'
=>
t
(
'C
olumn used for c
lick sort
ing
'
),
'#options'
=>
drupal_map_assoc
(
$column_names
),
'#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.'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment