mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-17 06:36:49 +08:00
Fixup of previous commit - actually added the translation macros
This commit is contained in:
parent
d4d5076e49
commit
f475d994b3
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user