Skip to content

Commit 7818841

Browse files
committed
Language: Use standard terms in infocours.php
1 parent 843debe commit 7818841

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

public/main/course_info/infocours.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -318,23 +318,23 @@
318318
$visibilityOptions = [
319319
[
320320
'value' => COURSE_VISIBILITY_OPEN_WORLD,
321-
'label' => get_lang('Public - access authorized for whole world'),
321+
'label' => get_lang('Public - access allowed for the whole world'),
322322
],
323323
[
324324
'value' => COURSE_VISIBILITY_OPEN_PLATFORM,
325-
'label' => get_lang('Open - access allowed for registered users on the platform'),
325+
'label' => get_lang('Open - access allowed for users registered on the platform'),
326326
],
327327
[
328328
'value' => COURSE_VISIBILITY_REGISTERED,
329-
'label' => get_lang('Private (available only to course members)'),
329+
'label' => get_lang('Private - access granted by privileged users'),
330330
],
331331
[
332332
'value' => COURSE_VISIBILITY_CLOSED,
333-
'label' => get_lang('Closed - no access to this course'),
333+
'label' => get_lang('Closed - the course is only accessible to the teachers'),
334334
],
335335
[
336336
'value' => COURSE_VISIBILITY_HIDDEN,
337-
'label' => get_lang('Invisible - Completely invisible and inaccessible for all users except administrators'),
337+
'label' => get_lang('Hidden - Completely hidden to all users except the administrators'),
338338
],
339339
];
340340

0 commit comments

Comments
 (0)