From 48859a676c20b728f17f5a39bd07fd672276957b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Fri, 13 May 2016 14:53:31 +0200 Subject: [PATCH] Fixed typo --- cicaprojekt/ApplicationFrame.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicaprojekt/ApplicationFrame.java b/cicaprojekt/ApplicationFrame.java index dfb04e8..7ddbae9 100644 --- a/cicaprojekt/ApplicationFrame.java +++ b/cicaprojekt/ApplicationFrame.java @@ -25,7 +25,7 @@ public class ApplicationFrame implements Runnable try { setGameParams(dungeonSource); } catch (IOException e1) { - JOptionPane.showMessageDialog(null, "Nem sikerült ciát nyitni! :("); + JOptionPane.showMessageDialog(null, "Nem sikerült cicát nyitni! :("); } jframe.add(gamepanel); jframe.revalidate();