diff --git a/chrono.py b/chrono.py index 8f3f12d..4cdd44f 100755 --- a/chrono.py +++ b/chrono.py @@ -314,7 +314,7 @@ def run_chronometre(timeout=None, autostart=False): self.root.after(300, self.update_time) def do_start(self): - self.PAUSE.configure(state="normal") + self.PAUSE.configure(state="normal", text="Pause") self.START.configure(text="reStart") self.chrono.start() self.update_time()