From 25deeac560a9eaa114285ab3232dde7411d690a0 Mon Sep 17 00:00:00 2001 From: Erik Langhaug Date: Wed, 16 Sep 2020 14:14:05 +0200 Subject: [PATCH] HFP-3107 Add UI strings for remove and removeImage --- h5p.classes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h5p.classes.php b/h5p.classes.php index 4f4fe70..39357fa 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3718,6 +3718,8 @@ class H5PCore { 'maxLength' => $this->h5pF->t(':length is the maximum number of characters'), 'keywordExists' => $this->h5pF->t('Keyword already exists!'), 'licenseDetails' => $this->h5pF->t('License details'), + 'remove' => $this->h5pF->t('Remove'), + 'removeImage' => $this->h5pF->t('Remove image'), ); }