From 96a2c1ff91239881280e57092fd18fc42f9641c7 Mon Sep 17 00:00:00 2001 From: Erik Langhaug Date: Mon, 5 Oct 2020 14:36:39 +0200 Subject: [PATCH] Fix syntax error --- h5p.classes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h5p.classes.php b/h5p.classes.php index 29de40f..f01e312 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3725,7 +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') + 'add' => $this->h5pF->t('Add') ); }