Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
D
drupal
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Drupal.org issue queue
Drupal.org issue queue
Security & Compliance
Security & Compliance
Dependency List
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
project
drupal
Commits
f801536d
Commit
f801536d
authored
Sep 26, 2015
by
alexpott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2573649
by vasi: Grammatical error in views "CSS class" help text
parent
bdc8d1e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
...ules/views/src/Plugin/views/display/DisplayPluginBase.php
+1
-1
No files found.
core/modules/views/src/Plugin/views/display/DisplayPluginBase.php
View file @
f801536d
...
...
@@ -1454,7 +1454,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form
[
'css_class'
]
=
array
(
'#type'
=>
'textfield'
,
'#title'
=>
$this
->
t
(
'CSS class name(s)'
),
'#description'
=>
$this
->
t
(
'Sep
erate multiples
classes by spaces.'
),
'#description'
=>
$this
->
t
(
'Sep
arate multiple
classes by spaces.'
),
'#default_value'
=>
$this
->
getOption
(
'css_class'
),
);
break
;
...
...
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