Spellcheck translatable strings (#11242)

* Spellcheck translatable strings
This commit is contained in:
Alexandre Folle de Menezes 2025-11-09 00:52:27 -03:00 committed by GitHub
parent b1bb08b096
commit 14dd1078bf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 811 additions and 833 deletions

View file

@ -728,7 +728,7 @@ bool SendSystemInfoDialog::send_info(wxString& message)
if (job_done) // UI thread wants us to cancel.
cancel = true;
if (cancel)
//result = { Result::Cancelled, _L("Sending system info was cancelled.") };
//result = { Result::Cancelled, _L("Sending system info was canceled.") };
result = {Result::Cancelled, wxEmptyString};
})
.perform_sync();