mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-22 18:32:16 +00:00
Fix inconsistencies on new translated strings (#10310)
* Unmark string that don't need to be translated * Spellcheck * Fix calibration strings consistency
This commit is contained in:
committed by
GitHub
parent
255d7153f4
commit
4cab501f14
@@ -70,7 +70,7 @@ void UpgradeNetworkJob::process(Ctl &ctl)
|
||||
}, cancel_fn);
|
||||
|
||||
if (ctl.was_canceled()) {
|
||||
update_status(ctl, 0, _u8L("Cancelled"));
|
||||
update_status(ctl, 0, _u8L("Canceled"));
|
||||
wxCommandEvent event(wxEVT_CLOSE_WINDOW);
|
||||
event.SetEventObject(m_event_handle);
|
||||
wxPostEvent(m_event_handle, event);
|
||||
@@ -96,7 +96,7 @@ void UpgradeNetworkJob::process(Ctl &ctl)
|
||||
}, cancel_fn);
|
||||
|
||||
if (ctl.was_canceled()) {
|
||||
update_status(ctl, 0, _u8L("Cancelled"));
|
||||
update_status(ctl, 0, _u8L("Canceled"));
|
||||
wxCommandEvent event(wxEVT_CLOSE_WINDOW);
|
||||
event.SetEventObject(m_event_handle);
|
||||
wxPostEvent(m_event_handle, event);
|
||||
|
||||
Reference in New Issue
Block a user