From 4b76c7ff8f70dd6f30dc3e0e7e707ed91e7303ea Mon Sep 17 00:00:00 2001 From: Hannaes Date: Fri, 2 Oct 2020 15:41:36 +0200 Subject: [PATCH] JI-1958 Add UI string needed --- h5p.classes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/h5p.classes.php b/h5p.classes.php index ed9df9d..29de40f 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3725,6 +3725,7 @@ class H5PCore { 'cancelPublishConfirmationDialogDescription' => $this->h5pF->t('Are you sure you want to cancel the sharing process?'), 'cancelPublishConfirmationDialogCancelButtonText' => $this->h5pF->t('No'), 'cancelPublishConfirmationDialogConfirmButtonText' => $this->h5pF->t('Yes'), + 'add': => $this->h5pF->t('Add') ); }