From a295d7d434f34f22d3ea945099712e754dffa18b Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Thu, 12 Jul 2018 10:07:01 +0200 Subject: [PATCH] HFP-1925 Fix typo --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 9d21c50..22ea069 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -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 ) )