@@ -345,7 +345,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$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')),