MDL-74986 mod_bigbluebuttonbn: Outline display is a bit verbose

* Change language string to shorten the user outline display
This commit is contained in:
Laurent David 2022-08-10 21:07:10 +02:00
parent e4c5a12a1c
commit 76e77b6385
2 changed files with 37 additions and 6 deletions

View file

@ -375,9 +375,9 @@ $string['mod_form_field_disablenote'] = 'Disable shared notes';
$string['mod_form_field_hideuserlist'] = 'Hide user list';
$string['mod_form_field_lockonjoin'] = 'Lock settings on join';
$string['mod_form_locksettings'] = 'Lock settings';
$string['report_join_info'] = 'Has joined the room {$a} time(s)';
$string['report_play_recording_info'] = 'Has played a recording {$a} time(s)';
$string['report_room_view'] = 'Has viewed the room';
$string['report_join_info'] = '{$a} meeting(s)';
$string['report_play_recording_info'] = '{$a} recording(s) played';
$string['report_room_view'] = 'viewed';
$string['starts_at'] = 'Starts';
$string['started_at'] = 'Started';
$string['ends_at'] = 'Ends';