Skip to content

Commit c9c969f

Browse files
author
Laur0r
authored
Clarify allocation descriptions
1 parent 6288f60 commit c9c969f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/ratingallocate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
Each choice will be filled up to its maximum before assigning users to the next choice.';
100100
$string['distribute_unallocated_equally_confirm'] = 'All currently unallocated users will be distributed to the choices.
101101
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.';
103103
$string['no_user_to_allocate'] = 'There is no user you could allocate';
104104
$string['ratings_table'] = 'Ratings and Allocations';
105105
$string['ratings_table_sum_allocations'] = 'Number of allocations / Maximum';
@@ -162,7 +162,7 @@
162162
$string['modify_allocation_group_desc_rating_in_progress'] =
163163
'The rating phase is currently running. You can start the allocation process after the rating phase has ended.';
164164
$string['modify_allocation_group_desc_ready'] =
165-
'The rating phase has ended. You can now run the algorithm for an automatic allocation.';
165+
'The rating phase has ended. You can now run the algorithm for an automatic allocation based on the user ratings.';
166166
$string['modify_allocation_group_desc_ready_alloc_started'] = 'The rating phase has ended. Some allocations have already been created.
167167
Rerunning the algorithm will delete all current allocations.
168168
You can now modify the allocations manually or proceed to publishing the allocations.';

0 commit comments

Comments
 (0)