Modified label in synthese.
This commit is contained in:
parent
4382db9e8b
commit
c469fd5c7b
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user