Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2020-02-24 17:22:01 +0300
committerLukas Matena <lukasmatena@seznam.cz>2020-02-24 17:24:12 +0300
commitf475d994b3848efeb86942b89b4b9de4bdd2ba1e (patch)
treeb2d0f180de0ae1ba9c93e42f515e63381e295d8d /src/slic3r/GUI/Plater.cpp
parentd4d5076e495a2e67c2197460ee10d97f0dcbb097 (diff)
Fixup of previous commit - actually added the translation macros
Diffstat (limited to 'src/slic3r/GUI/Plater.cpp')
-rw-r--r--src/slic3r/GUI/Plater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp
index 89c517fed..466fca4ca 100644
--- a/src/slic3r/GUI/Plater.cpp
+++ b/src/slic3r/GUI/Plater.cpp
@@ -5195,7 +5195,7 @@ void Plater::drive_ejected_callback()
{
RemovableDriveManager::get_instance().set_did_eject(false);
wxString message = wxString::Format(
- "Unmounting successful. The device %s(%s) can now be safely removed from the computer.",
+ _(L("Unmounting successful. The device %s(%s) can now be safely removed from the computer.")),
RemovableDriveManager::get_instance().get_ejected_name(),
RemovableDriveManager::get_instance().get_ejected_path());
wxMessageBox(message);