this is for sure now

This commit is contained in:
Ren Tatsumoto 2020-09-20 03:22:33 +03:00
parent 9dbb699689
commit 3cfbe163e8

View file

@ -175,7 +175,7 @@ encoder.create_clip = function(clip_type)
end end
if string.match(ret.stdout, "could not open") then if string.match(ret.stdout, "could not open") then
mp.osd_message(string.format("Error: couldn't create the clip.\nDoes %s exist?", location), 5) mp.osd_message(string.format("Error: %s doesn't exist.", location), 5)
else else
mp.osd_message(string.format("Clip saved to %s.", location), 2) mp.osd_message(string.format("Clip saved to %s.", location), 2)
end end