ENH: optimize per-object setting menu

1. allow setting process parameters when multiple objects are selected
2. refine texts of per-object setting item

Signed-off-by: yifan.wu <yifan.wu@bambulab.com>
Change-Id: I6ef748d147da049ff8088c9308e51f18ae201397
This commit is contained in:
yifan.wu 2022-12-05 16:03:53 +08:00 committed by Lane.Wei
parent bb70b60dbc
commit d0d5a82938
2 changed files with 9 additions and 3 deletions

View file

@ -2072,7 +2072,7 @@ void ObjectList::switch_to_object_process()
// Show Dialog
if (wxGetApp().app_config->get("do_not_show_object_process_tips").empty()) {
TipsDialog dlg(wxGetApp().mainframe, _L("Edit Object Process"), _L("Switch to per-object setting mode to edit object process."), "do_not_show_object_process_tips");
TipsDialog dlg(wxGetApp().mainframe, _L("Edit Process Settings"), _L("Switch to per-object setting mode to edit process settings of selected objects."), "do_not_show_object_process_tips");
dlg.ShowModal();
}
}