Fix unintentional string change in IBIS parser.

This commit is contained in:
Alex 2023-02-11 02:19:06 +03:00
parent 4ac6d6a0bd
commit 81a55c42a1
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ bool IbisHeader::Check()
bool status = true;
std::stringstream message;
message << _( "Checking Header... " );
message << _( "Checking Header..." );
if( m_ibisVersion == -1 )
{