1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

Fixup of previous commit - actually added the translation macros

This commit is contained in:
Lukas Matena
2020-02-24 15:22:01 +01:00
parent d4d5076e49
commit f475d994b3
+1 -1
View File
@@ -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);