mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: [STUDIO-3157] AMS material blacklist, prompt without translation
Change-Id: Id4ec08aea568680d2f08346bf18782830bebf205
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user