From fdc5e989ec2b0d92448adf0579b913457a1696ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Teuli=C3=A8re?= Date: Wed, 25 Sep 2013 20:52:01 +0200 Subject: [PATCH] Improve error an message --- dic/compdic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dic/compdic.cpp b/dic/compdic.cpp index 0e490d7..4615dd8 100644 --- a/dic/compdic.cpp +++ b/dic/compdic.cpp @@ -269,7 +269,7 @@ unsigned int CompDic::makeNode(ostream &outFile, const Header &iHeader, { // If an invalid character is found, be specific about the problem ostringstream oss; - oss << fmt(_("Error on line %1%, col %2%: %3%")) + oss << fmt(_("Error in the word list on line %1%, col %2%: %3%")) % (1 + m_headerInfo.nwords) % (m_endString - m_stringBuf) % e.what() << endl;