Skip to content

Commit 884758b

Browse files
ashm-devsharktide
andauthored
Update Lib/idlelib/iomenu.py
Co-authored-by: R.C.M <sharktidedev@gmail.com>
1 parent 9dacd3d commit 884758b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/idlelib/iomenu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def reload(self, event):
246246
"""
247247
if not self.filename:
248248
messagebox.showinfo(
249-
"No File",
249+
File Not Found",
250250
"This window has no associated file to reload.",
251251
parent=self.text)
252252
self.text.focus_set()

0 commit comments

Comments
 (0)