Fix message for illegal ST_EDITSTATUS
This commit is contained in:
parent
9bb2536663
commit
23684c34a2
@ -546,7 +546,7 @@ static bool SwitchLanguage(word crc, char* str)
|
|||||||
reg.compile("^.*%[0-9]*[dioux].*%[0-9]*[dioux].*%[0-9]*[dioux].*%[0-9]*s", gregex::icase);
|
reg.compile("^.*%[0-9]*[dioux].*%[0-9]*[dioux].*%[0-9]*[dioux].*%[0-9]*s", gregex::icase);
|
||||||
if (!reg.match(str))
|
if (!reg.match(str))
|
||||||
{
|
{
|
||||||
STD_PRINTNL("ST_EDITSTATUS have wrong format. Read NOTEWORK.TXT for details or announce author if this error is false positive.");
|
STD_PRINTNL("ST_EDITSTATUS has wrong format. Read NOTEWORK.TXT for details or announce author if this error is false positive (first try to set true locale).");
|
||||||
SayBibi();
|
SayBibi();
|
||||||
waitkeyt(10000);
|
waitkeyt(10000);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user