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;
}
}

View File

@ -333,7 +333,7 @@
},
{
"id": "IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR",
"text": "n尚未指定一个或多个 \n所需通道"
"text": "尚未指定一个或多个所需通道!"
},
{
"id": "IDS_MSG_DECODERSTACK_DECODE_DATA_ERROR",

View File

@ -334,7 +334,7 @@
},
{
"id": "IDS_MSG_DECODERSTACK_DECODE_WORK_ERROR",
"text": "One or more required channels \nhave not been specified"
"text": "One or more required channels have not been specified!"
},
{
"id": "IDS_MSG_DECODERSTACK_DECODE_DATA_ERROR",