Skip to content

Commit 4dec0e7

Browse files
author
arch
committed
improve error message
1 parent 2af473d commit 4dec0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funscript_editor/ui/funscript_generator_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self,
4646

4747
if video_file is None or video_file == "":
4848
self.__show_message("Video file was not specified! " \
49-
+ "(Make sure there are no special symbols like squared brackets in the video file path)",
49+
+ "(Make sure there are no special symbols like squared brackets in the video file path -> Rename your video file and store them in a path without special characters)",
5050
error=True)
5151
sys.exit()
5252

0 commit comments

Comments
 (0)