mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: [STUDIO-3157] AMS material blacklist, prompt without translation
Change-Id: Id4ec08aea568680d2f08346bf18782830bebf205
This commit is contained in:
parent
3dd15ee681
commit
ca1facfaa0
27 changed files with 746 additions and 477 deletions
|
@ -11634,7 +11634,7 @@ void Plater::show_object_info()
|
|||
|
||||
if (selCount > 1) {
|
||||
notify_manager->bbl_close_objectsinfo_notification();
|
||||
info_text += (boost::format(_utf8(L("Number of currently selected parts: %1%\n"))) % selCount).str();
|
||||
info_text += (boost::format(_utf8(L("Number of currently selected: %1%\n"))) % selCount).str();
|
||||
notify_manager->bbl_show_objectsinfo_notification(info_text, false, !(p->current_panel == p->view3D));
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue