This commit is contained in:
jean-pierre charras 2019-09-21 09:50:01 +02:00
parent 11f1ce14d1
commit 8be9aeac9f
1 changed files with 1 additions and 1 deletions

View File

@ -704,7 +704,7 @@ bool PANEL_SETUP_BOARD_STACKUP::transferDataFromUIToStackup()
success = false;
if( !error_msg.IsEmpty() )
error_msg << "\n";
error_msg << _( "Incorrect value for Loss tg (Loss tg must be or null if not used)" );
error_msg << _( "Incorrect value for Loss tg (Loss tg must be positive or null if not used)" );
}
}