2
0
forked from Ivasoft/DSView

fix: The error information is not incomplete display on the wave view

This commit is contained in:
dreamsourcelabTAI
2023-05-11 17:28:20 +08:00
parent 1075e62db9
commit 2d7c832d33
3 changed files with 3 additions and 3 deletions

View File

@@ -428,7 +428,7 @@ void DecoderStack::do_decode_work()
for(auto dec : _stack){
if (!dec->have_required_probes()) {
_error_message = L_S(STR_PAGE_MSG, S_ID(IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR),
"One or more required channels \nhave not been specified");
"One or more required channels have not been specified");
return;
}
}