HFP-1925 Fix typo

pull/52/head
Oliver Tacke 2018-07-12 10:07:01 +02:00
parent b1a01b728d
commit a295d7d434
1 changed files with 1 additions and 1 deletions

View File

@ -4352,7 +4352,7 @@ class H5PContentValidator {
'name' => 'authorComments',
'type' => 'textarea',
'label' => $this->h5pF->t('Author comments'),
'description' => $this->h5pF->t('Comments for the editor of the content (This text will not be published as a part of copyright info'),
'description' => $this->h5pF->t('Comments for the editor of the content (This text will not be published as a part of copyright info)'),
'optional' => TRUE
)
)