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
1 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ class DashletForm extends Form
array(
'required' => true,
'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 {
@ -107,7 +107,7 @@ class DashletForm extends Form
'required' => true,
'label' => $this->translate('Dashboard'),
'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')
)
);
}