mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 07:56:24 -06:00
FIX: [STUDIO-3835] Cali translations
Change-Id: I705d27ff172c8c9c0eed617f69af3128f2e3ffe0 (cherry picked from commit 0a1722ebee63ab79a29c3add56d5386b32c3dae9)
This commit is contained in:
parent
2eb9dd01a7
commit
3a5ddb3ea1
14 changed files with 91 additions and 17 deletions
|
@ -130,7 +130,7 @@ void HistoryWindow::sync_history_result(MachineObject* obj)
|
|||
m_tips->SetLabel(_L("No History Result"));
|
||||
}
|
||||
else {
|
||||
m_tips->SetLabel("Success to get history result");
|
||||
m_tips->SetLabel(_L("Success to get history result"));
|
||||
}
|
||||
m_tips->Refresh();
|
||||
|
||||
|
@ -197,7 +197,7 @@ void HistoryWindow::reqeust_history_result(MachineObject* obj)
|
|||
float nozzle_value = get_nozzle_value();
|
||||
if (nozzle_value > 0) {
|
||||
CalibUtils::emit_get_PA_calib_infos(nozzle_value);
|
||||
m_tips->SetLabel("Refreshing the historical Flow Dynamics Calibration records");
|
||||
m_tips->SetLabel(_L("Refreshing the historical Flow Dynamics Calibration records"));
|
||||
BOOST_LOG_TRIVIAL(info) << "request calib history";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue