From f6fef74651264dfad4c22c290d730ae96b7ee20a Mon Sep 17 00:00:00 2001 From: Thomas Marstrander Date: Wed, 14 Apr 2021 16:52:43 +0200 Subject: [PATCH] Update keywords description text Fixes issue 5 from Hub review april --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index e9a0512..1886301 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3670,7 +3670,7 @@ class H5PCore { 'removeChip' => $this->h5pF->t('Remove :chip from the list'), 'keywordsPlaceholder' => $this->h5pF->t('Add keywords'), 'keywords' => $this->h5pF->t('Keywords'), - 'keywordsDescription' => $this->h5pF->t('You can add multiple keywords. Press "Enter" to confirm each keyword'), + 'keywordsDescription' => $this->h5pF->t('You can add multiple keywords separated by commas. Press "Enter" or "Add" to confirm keywords'), 'altText' => $this->h5pF->t('Alt text'), 'reviewMessage' => $this->h5pF->t('Please review the info below before you share'), 'subContentWarning' => $this->h5pF->t('Sub-content (images, questions etc.) will be shared under :license unless otherwise specified in the authoring tool'),