This commit is contained in:
Jephté Clain 2018-06-07 07:33:22 +04:00
parent 16114f54d6
commit 300d42ab04
1 changed files with 1 additions and 1 deletions

View File

@ -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()