This commit is contained in:
Jeff Young 2021-12-21 21:06:25 +00:00
parent 03a2723b67
commit b07afad83c
1 changed files with 1 additions and 2 deletions

View File

@ -542,8 +542,7 @@ bool DIALOG_PAGES_SETTINGS::SavePageSettings()
if( !success )
{
wxASSERT_MSG( false,
_( "the translation for paper size must preserve original spellings" ) );
wxFAIL_MSG( "The translation for paper size must preserve original spellings" );
m_pageInfo.SetType( PAGE_INFO::A4 );
}