From f475d994b3848efeb86942b89b4b9de4bdd2ba1e Mon Sep 17 00:00:00 2001 From: Lukas Matena Date: Mon, 24 Feb 2020 15:22:01 +0100 Subject: [PATCH] Fixup of previous commit - actually added the translation macros --- src/slic3r/GUI/Plater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);