mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 10:02:12 +00:00
FIX: [STUDIO-3835] Cali translations
Change-Id: I705d27ff172c8c9c0eed617f69af3128f2e3ffe0
This commit is contained in:
@@ -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";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user