mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
Improve error an message
This commit is contained in:
parent
1d25b3e406
commit
fdc5e989ec
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue