Skip to content

Commit

Permalink
Change wording on message
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Aug 11, 2023
1 parent 69f526a commit 8dec276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sleap/gui/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def dropEvent(self, event):
else:
raise TypeError(
f"Invalid file type(s) dropped: {', '.join(exts)} \n"
f"Expected formats: .slp, .{', .'.join(available_video_exts())}"
f"Supported formats: .slp, .{', .'.join(available_video_exts())}"
)

@property
Expand Down

0 comments on commit 8dec276

Please sign in to comment.