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:
Alexandre Folle de Menezes
2025-08-09 12:52:48 -03:00
committed by GitHub
parent 255d7153f4
commit 4cab501f14
29 changed files with 397 additions and 655 deletions

View File

@@ -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);