mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make it slightly clearer that IDLE close message is referring to user program,
not to IDLE itself.
This commit is contained in:
parent
51d3f8b0ba
commit
4379d15d4c
1 changed files with 1 additions and 1 deletions
|
|
@ -989,7 +989,7 @@ class PyShell(OutputWindow):
|
|||
if self.executing:
|
||||
response = tkMessageBox.askokcancel(
|
||||
"Kill?",
|
||||
"The program is still running!\n Do you want to kill it?",
|
||||
"Your program is still running!\n Do you want to kill it?",
|
||||
default="ok",
|
||||
parent=self.text)
|
||||
if response is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue