From 23684c34a26e83c56c88b9947bfbd6612152e303 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Fri, 5 Mar 2010 20:41:21 +0000 Subject: [PATCH] Fix message for illegal ST_EDITSTATUS --- golded3/gclang.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golded3/gclang.cpp b/golded3/gclang.cpp index 1857b3e..aa5cbed 100644 --- a/golded3/gclang.cpp +++ b/golded3/gclang.cpp @@ -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); }