FIX: [STUDIO-3157] AMS material blacklist, prompt without translation

Change-Id: Id4ec08aea568680d2f08346bf18782830bebf205
This commit is contained in:
maosheng.wei 2023-06-14 10:24:39 +08:00 committed by Lane.Wei
parent 3dd15ee681
commit ca1facfaa0
27 changed files with 746 additions and 477 deletions

View file

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