diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 89c517fed5..466fca4caf 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);