Fixup of previous commit - actually added the translation macros
This commit is contained in:
parent
d4d5076e49
commit
f475d994b3
1 changed files with 1 additions and 1 deletions
|
@ -5195,7 +5195,7 @@ void Plater::drive_ejected_callback()
|
||||||
{
|
{
|
||||||
RemovableDriveManager::get_instance().set_did_eject(false);
|
RemovableDriveManager::get_instance().set_did_eject(false);
|
||||||
wxString message = wxString::Format(
|
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_name(),
|
||||||
RemovableDriveManager::get_instance().get_ejected_path());
|
RemovableDriveManager::get_instance().get_ejected_path());
|
||||||
wxMessageBox(message);
|
wxMessageBox(message);
|
||||||
|
|
Loading…
Reference in a new issue