From 1dbd652d382b1375526e6248f62146415fca5104 Mon Sep 17 00:00:00 2001 From: Christian Einvik Date: Thu, 16 Nov 2023 12:47:21 +0100 Subject: [PATCH] Update comment --- .../contentauthor/app/Libraries/H5P/H5PConfigAbstract.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sourcecode/apis/contentauthor/app/Libraries/H5P/H5PConfigAbstract.php b/sourcecode/apis/contentauthor/app/Libraries/H5P/H5PConfigAbstract.php index db54482437..804924b0a1 100644 --- a/sourcecode/apis/contentauthor/app/Libraries/H5P/H5PConfigAbstract.php +++ b/sourcecode/apis/contentauthor/app/Libraries/H5P/H5PConfigAbstract.php @@ -157,7 +157,9 @@ public function getContent(): array } /** - * Language used for 'Text overrides and translations' and content type translation + * In the H5P editor, this sets the language for the selected content type translation (and + * any sub content types and libraries), and the language that is pre-selected in the + * 'Text overrides and translations' section */ public function setLanguage(?string $languageCode): static {