From 72ed2e3f86f142c39fec8b922ec4e0650b9115de Mon Sep 17 00:00:00 2001 From: jmd73 <39182197+jmd73@users.noreply.github.com> Date: Thu, 8 Jul 2021 15:59:29 +0200 Subject: [PATCH] Changed "temporary instaled" to "temporarily installed" (#6685) --- src/slic3r/GUI/Plater.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 064ac1b67..49c0359bf 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -2323,10 +2323,10 @@ std::vector Plater::priv::load_files(const std::vector& input_ preset_bundle->update_compatible(PresetSelectCompatibleType::Never); - // show notification about temporary instaled presets + // show notification about temporarily installed presets if (!names.empty()) { - std::string notif_text = into_u8(_L_PLURAL("The preset below was temporary instaled on active instance of PrusaSlicer", - "The presets below were temporary instaled on active instance of PrusaSlicer", names.size())) + ":"; + std::string notif_text = into_u8(_L_PLURAL("The preset below was temporarily installed on active instance of PrusaSlicer", + "The presets below were temporarily installed on active instance of PrusaSlicer", names.size())) + ":"; for (std::string& name : names) notif_text += "\n - " + name; notification_manager->push_notification(NotificationType::CustomNotification,