diff --git a/src/main/java/cz/jezek/lab11/StreamMain.java b/src/main/java/cz/jezek/lab11/StreamMain.java
index 9b2b00c48550f3655f38a9c21f66a96662b01cf7..ea4babca284042d2a29e402e622abee1e01f3158 100644
--- a/src/main/java/cz/jezek/lab11/StreamMain.java
+++ b/src/main/java/cz/jezek/lab11/StreamMain.java
@@ -30,7 +30,7 @@ public class StreamMain {
     //TODO 4.a List the matches played between the given players (using the stream)
     System.out.print("Number of mathes: ");
     //TODO 4.b Print the number of matches played between the given players (using the stream)
-    System.out.print("Zápas s největším počtem branek:");
+    System.out.print("Match with the largest total number:");
     //TODO 4.c Show match with the largest total number (sum of both players) scored goals between relevant players (help Streams)
   }