From: Terry Jan Reedy Date: Fri, 20 Nov 2015 17:21:48 +0000 (-0500) Subject: Make it slightly clearer that IDLE close message is referring to user program, X-Git-Tag: v3.5.1rc1~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4379d15d4c43db3d92658826906ed6326487b333;p=thirdparty%2FPython%2Fcpython.git Make it slightly clearer that IDLE close message is referring to user program, not to IDLE itself. --- diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py index 058dfb92e50d..1bcc9b68143f 100755 --- a/Lib/idlelib/PyShell.py +++ b/Lib/idlelib/PyShell.py @@ -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: