Allow translation of "Open cancelled by user." in pcb_parser.cpp

This commit is contained in:
Alex Shvartzkop 2023-10-07 04:44:17 +03:00
parent 280fe976c4
commit 36853b0df4
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ void PCB_PARSER::checkpoint()
/ std::max( 1U, m_lineCount ) );
if( !m_progressReporter->KeepRefreshing() )
THROW_IO_ERROR( ( "Open cancelled by user." ) );
THROW_IO_ERROR( _( "Open cancelled by user." ) );
m_lastProgressTime = curTime;
}