Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2015-11-20 12:22:18 -05:00
commit b74a707cbd
1 changed files with 1 additions and 1 deletions

View File

@ -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: