mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-27654 Insert a space into the somefieldrequired string
This commit is contained in:
parent
baa5cd8240
commit
b31cf5d973
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ $string['security'] = 'Security';
|
|||
$string['selectallornone'] = 'Select all/none';
|
||||
$string['selected'] = 'Selected';
|
||||
$string['showadvanced'] = 'Show advanced';
|
||||
$string['somefieldsrequired'] = 'There are required fields in this form marked{$a}.';
|
||||
$string['somefieldsrequired'] = 'There are required fields in this form marked {$a}.';
|
||||
$string['time'] = 'Time';
|
||||
$string['timeunit'] = 'Time unit';
|
||||
$string['timing'] = 'Timing';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue