Remove markers from strings that don't need translation (#11234)
* Remove markers from strings that don't need translation
This commit is contained in:
committed by
GitHub
parent
210bc47173
commit
c3e03a0955
@ -3820,7 +3820,7 @@ void StatusPanel::update_partskip_subtask(MachineObject *obj){
|
||||
BOOST_LOG_TRIVIAL(info) << "part skip: recv printer normal data.";
|
||||
}
|
||||
if (part_cnt > 0)
|
||||
partskip_button->SetLabel(wxString::Format(_L("(%d)"), part_cnt));
|
||||
partskip_button->SetLabel(wxString::Format("(%d)", part_cnt));
|
||||
else
|
||||
partskip_button->SetLabel("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user