Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
be78cb02
Commit
be78cb02
authored
Nov 22, 2021
by
Sara Arjona
Committed by
jun
Nov 23, 2021
Browse files
Merge branch 'MDL-73129-master' of
https://github.com/dravek/moodle
parents
4c1ccf5e
6d1a7a82
Changes
2
Hide whitespace changes
Inline
Side-by-side
lang/en/langconfig.php
View file @
be78cb02
...
...
@@ -31,7 +31,6 @@ $string['iso6391'] = 'en';
$string
[
'iso6392'
]
=
'eng'
;
$string
[
'labelsep'
]
=
': '
;
$string
[
'listsep'
]
=
','
;
$string
[
'listitemssep'
]
=
', '
;
$string
[
'locale'
]
=
'en_AU.UTF-8'
;
$string
[
'localecldr'
]
=
'en-AU'
;
$string
[
'localewin'
]
=
'English_Australia.1252'
;
...
...
reportbuilder/classes/local/audiences/base.php
View file @
be78cb02
...
...
@@ -174,7 +174,7 @@ abstract class base {
return
$OUTPUT
->
render
(
$notification
);
}
$listseparator
=
get_string
(
'list
items
sep'
,
'langconfig'
);
$listseparator
=
get_string
(
'listsep'
,
'langconfig'
)
.
' '
;
if
(
$elementcount
>
self
::
MULTI_SELECT_LIMIT
)
{
$elements
=
array_slice
(
$elements
,
0
,
self
::
MULTI_SELECT_LIMIT
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment