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
11e7f2f7a7
commit
53bcfc4a48
@@ -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