diff --git a/h5p.classes.php b/h5p.classes.php index 082a425..4f4fe70 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -3647,8 +3647,7 @@ class H5PCore { 'reviewInfo' => $this->h5pF->t('Review info'), 'share' => $this->h5pF->t('Share'), 'saveChanges' => $this->h5pF->t('Save changes'), - 'close' => $this->h5pF->t('Close'), - 'registerOnHub' => $this->h5pF->t('Register on the Hub'), + 'registerOnHub' => $this->h5pF->t('Register on the H5P Hub'), 'requiredInfo' => $this->h5pF->t('Required Info'), 'optionalInfo' => $this->h5pF->t('Optional Info'), 'reviewAndShare' => $this->h5pF->t('Review & Share'), @@ -3673,8 +3672,6 @@ class H5PCore { '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'), - 'title' => $this->h5pF->t('Title'), - 'license' => $this->h5pF->t('License'), 'disciplines' => $this->h5pF->t('Disciplines'), 'shortDescription' => $this->h5pF->t('Short description'), 'longDescription' => $this->h5pF->t('Long description'), @@ -3715,8 +3712,8 @@ class H5PCore { 'successfullyRegistred' => $this->h5pF->t('You have successfully registered an account on the H5P Hub'), 'successfullyRegistredDescription' => $this->h5pF->t('You account details can be changed'), 'accountDetailsLinkText' => $this->h5pF->t('here'), - 'registrationTitle' => $this->h5pF->t('Hub Registration and End User License Agreement (EULA)'), - 'registrationFailed' => $this->h5pF->t('An error occured'), + 'registrationTitle' => $this->h5pF->t('H5P Hub Registration and End User License Agreement (EULA)'), + 'registrationFailed' => $this->h5pF->t('An error occurred'), 'registrationFailedDescription' => $this->h5pF->t('We were not able to create an account at this point. Something went wrong. Try again later.'), 'maxLength' => $this->h5pF->t(':length is the maximum number of characters'), 'keywordExists' => $this->h5pF->t('Keyword already exists!'),