Commit b74a707c authored by Terry Jan Reedy's avatar Terry Jan Reedy

Merge with 3.5

parents 9e788af7 812b2484
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment