more helpful error message

This commit is contained in:
Al Beano 2016-07-18 22:16:25 +01:00
parent c5235c7b7e
commit 65fdeefa7b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ var errors = {
"mediainfo" : "Couldn't parse mediainfo. Check that it is a valid video mediainfo which contains zones.",
"frames" : "Please check that the frame count you entered is correct, and the mediainfo is valid.",
"high" : "One of the frames you inputted was either too high or too low.",
"check" : "Could not parse the list of frames to check. Please check it.",
"check" : "Please enter a valid, comma-separated list of frames to check, without spaces.",
"crash" : "Stupidly large frame numbers can crash your browser.",
"unknown" : "An unknown error occured.",
};