Merge with 3.5

This commit is contained in:
Terry Jan Reedy 2015-11-20 12:22:18 -05:00
commit b74a707cbd

View file

@ -989,7 +989,7 @@ def close(self):
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: