Fix message for illegal ST_EDITSTATUS

This commit is contained in:
Stas Degteff 2010-03-05 20:41:21 +00:00
parent 9bb2536663
commit 23684c34a2

View File

@ -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);
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();
waitkeyt(10000);
}