Skip to content

Commit 774e509

Browse files
author
arch
committed
improve msg
1 parent 346947e commit 774e509

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

funscript_editor/ui/funscript_generator_window.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ def __init__(self,
5959

6060
if video_file is None or video_file == "":
6161
self.__show_message("Video file was not specified! " \
62-
+ "(Make sure there are no special symbols like squared brackets in the video file path " \
63-
+ "-> Rename your video file and store them in a path without special characters)",
62+
+ "(Make sure there are no special symbols in the video file path " \
63+
+ "-> Rename your video file and store them in a path without special characters you should also try to restart OFS)",
6464
error=True)
6565
sys.exit()
6666

0 commit comments

Comments
 (0)