Fix typo in 'File Not Found' message

This commit is contained in:
Shamil 2025-11-15 10:38:26 +03:00 committed by GitHub
parent 66ab8ce99d
commit c10c5b9831
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -246,7 +246,7 @@ def reload(self, event):
""" """
if not self.filename: if not self.filename:
messagebox.showinfo( messagebox.showinfo(
File Not Found", "File Not Found",
"This window has no associated file to reload.", "This window has no associated file to reload.",
parent=self.text) parent=self.text)
self.text.focus_set() self.text.focus_set()