Modified label in synthese.

This commit is contained in:
Christian P. MOMON 2021-04-16 10:51:58 +02:00
parent 4382db9e8b
commit c469fd5c7b

View File

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