From 279044cc98b66ff8bcb41968d40841c73e235771 Mon Sep 17 00:00:00 2001
From: s452645 <bargro6@st.amu.edu.pl>
Date: Thu, 17 Jun 2021 11:55:46 +0200
Subject: [PATCH] changed disarming labels (cable -> wire)

---
 disarming/popup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/disarming/popup.py b/disarming/popup.py
index 1154bff..d09ab00 100644
--- a/disarming/popup.py
+++ b/disarming/popup.py
@@ -208,7 +208,7 @@ class SampleWindow:
                         (x_cables, y_cables_label1),
                         size_cable_label
                     ),
-                    text="CORRECT CABLE",
+                    text="CORRECT WIRE",
                     manager=self.manager,
                     object_id="description"
                 )
@@ -217,7 +217,7 @@ class SampleWindow:
                         (x_cables, y_cables_label2),
                         size_cable_label
                     ),
-                    text="CHOSEN CABLE",
+                    text="CHOSEN WIRE",
                     manager=self.manager,
                     object_id="description"
                 )
@@ -532,7 +532,7 @@ class SampleWindow:
 
     def run(self, mine: Mine):
         timed_event = pygame.USEREVENT + 1
-        pygame.time.set_timer(timed_event, 1500)
+        pygame.time.set_timer(timed_event, 6000)
 
         step = 0
         handler = DisarmingHandler(mine)