Develop footer #51

Merged
schrom01 merged 5 commits from develop_footer into main 2022-05-13 17:52:45 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a78d1d9de7 - Show all commits

View File

@ -113,7 +113,7 @@ public class TournamentDecorator implements IsObservable{
factoryDecorator.clearMessage(true);
} catch (Tournament.NumberOfParticipantInvalidException e) {
e.printStackTrace();
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer nicht vielfaches von 2",true);
factoryDecorator.printMessageToFooter("Anzahl Teilnehmer muss eine Potenz von 2 sein.",true);
}
informListener();
}