Changed "temporary instaled" to "temporarily installed" (#6685)
This commit is contained in:
parent
3fa78b52b2
commit
72ed2e3f86
@ -2323,10 +2323,10 @@ std::vector<size_t> Plater::priv::load_files(const std::vector<fs::path>& input_
|
|||||||
|
|
||||||
preset_bundle->update_compatible(PresetSelectCompatibleType::Never);
|
preset_bundle->update_compatible(PresetSelectCompatibleType::Never);
|
||||||
|
|
||||||
// show notification about temporary instaled presets
|
// show notification about temporarily installed presets
|
||||||
if (!names.empty()) {
|
if (!names.empty()) {
|
||||||
std::string notif_text = into_u8(_L_PLURAL("The preset below was temporary instaled on active instance of PrusaSlicer",
|
std::string notif_text = into_u8(_L_PLURAL("The preset below was temporarily installed on active instance of PrusaSlicer",
|
||||||
"The presets below were temporary instaled on active instance of PrusaSlicer", names.size())) + ":";
|
"The presets below were temporarily installed on active instance of PrusaSlicer", names.size())) + ":";
|
||||||
for (std::string& name : names)
|
for (std::string& name : names)
|
||||||
notif_text += "\n - " + name;
|
notif_text += "\n - " + name;
|
||||||
notification_manager->push_notification(NotificationType::CustomNotification,
|
notification_manager->push_notification(NotificationType::CustomNotification,
|
||||||
|
Loading…
Reference in New Issue
Block a user