this is for sure now
This commit is contained in:
parent
9dbb699689
commit
3cfbe163e8
|
@ -175,7 +175,7 @@ encoder.create_clip = function(clip_type)
|
|||
end
|
||||
|
||||
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
|
||||
mp.osd_message(string.format("Clip saved to %s.", location), 2)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue