Improve error an message

This commit is contained in:
Olivier Teulière 2013-09-25 20:52:01 +02:00
parent 1d25b3e406
commit fdc5e989ec

View file

@ -269,7 +269,7 @@ unsigned int CompDic::makeNode(ostream &outFile, const Header &iHeader,
{ {
// If an invalid character is found, be specific about the problem // If an invalid character is found, be specific about the problem
ostringstream oss; 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) % (1 + m_headerInfo.nwords)
% (m_endString - m_stringBuf) % (m_endString - m_stringBuf)
% e.what() << endl; % e.what() << endl;