mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-16 08:52:43 +00:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
committed by
GitHub
parent
b1bb08b096
commit
14dd1078bf
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user