Modified label in synthese.

This commit is contained in:
Christian P. MOMON 2021-04-16 10:51:58 +02:00
parent 4382db9e8b
commit c469fd5c7b
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ public class ReviewReporter
//
addLine(buffer, '=');
addEmpty(buffer);
addCenter(buffer, "Participants", '-');
addCenter(buffer, "Personnes participantes", '-');
for (final String participant : review.getParticipants())
{
addChunk(buffer, "* " + review.getAliases().getRealName(participant));