Don't talk about pane, #2

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-12 15:57:03 +01:00
parent 47401ca4b2
commit b4e0fe999f

View File

@ -96,7 +96,7 @@ class DashletForm extends Form
array( array(
'required' => true, 'required' => true,
'label' => $this->translate("New Dashboard Title"), 'label' => $this->translate("New Dashboard Title"),
'description' => $this->translate('Enter a title for the new pane.') 'description' => $this->translate('Enter a title for the new dashboard')
) )
); );
} else { } else {
@ -107,7 +107,7 @@ class DashletForm extends Form
'required' => true, 'required' => true,
'label' => $this->translate('Dashboard'), 'label' => $this->translate('Dashboard'),
'multiOptions' => $panes, 'multiOptions' => $panes,
'description' => $this->translate('Select a pane you want to add the dashlet.') 'description' => $this->translate('Select a dashboard you want to add the dashlet to')
) )
); );
} }