You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en/ratingallocate.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,7 @@
99
99
Each choice will be filled up to its maximum before assigning users to the next choice.';
100
100
$string['distribute_unallocated_equally_confirm'] = 'All currently unallocated users will be distributed to the choices.
101
101
The choices will be filled up equally, so all of them have about the same amount of places left.';
102
-
$string['unallocated_user_count'] = 'There are {$a->count} users unallocated. Distribute <b>unallocated</b> users to open places left in choices.';
102
+
$string['unallocated_user_count'] = 'There are {$a->count} users unallocated. Distribute <b>unallocated</b> users to open places left in choices disregaring potential user ratings.';
103
103
$string['no_user_to_allocate'] = 'There is no user you could allocate';
104
104
$string['ratings_table'] = 'Ratings and Allocations';
105
105
$string['ratings_table_sum_allocations'] = 'Number of allocations / Maximum';
0 commit comments