Issue #2669394 by dagmar, jchin1968, Camster: Views Row Class Number is Missing

8.2.x
Alex Pott 2016-04-26 19:41:54 +01:00
parent 7aab1f5c39
commit d46b0afe88
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ abstract class StylePluginBase extends PluginBase {
$form['default_row_class'] = array(
'#title' => $this->t('Add views row classes'),
'#description' => $this->t('Add the default row classes like views-row-1 to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.'),
'#description' => $this->t('Add the default row classes like @classes to the output. You can use this to quickly reduce the amount of markup the view provides by default, at the cost of making it more difficult to apply CSS.', array('@classes' => 'views-row')),
'#type' => 'checkbox',
'#default_value' => $this->options['default_row_class'],
);