mirror of
https://github.com/yokemura/Magical8bitPlug2.git
synced 2025-07-17 11:04:16 -04:00
Hold Parser test (and related renames)
This commit is contained in:
@ -70,11 +70,11 @@ String getParseErrorString (ParseError err, int minValue, int maxValue)
|
||||
return TRANS ("Frame count should be more than 2");
|
||||
break;
|
||||
|
||||
case kParseErrorMissingValueForRepeatDelimiter:
|
||||
case kParseErrorMissingHoldValue:
|
||||
return TRANS ("Operator x should be followed by a number.");
|
||||
break;
|
||||
|
||||
case kParseErrorMissingFrameCountForRepeatDelimiter:
|
||||
case kParseErrorMissingHoldFrameCount:
|
||||
return TRANS ("A number should be specified after operator x.");
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user