mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
committed by
GitHub
parent
b1bb08b096
commit
14dd1078bf
@@ -136,7 +136,7 @@ void PublishDialog::cancel()
|
||||
{
|
||||
m_was_cancelled = true;
|
||||
m_btn_cancel->Enable(false);
|
||||
m_text_progress->SetLabelText(_L("Publish was cancelled"));
|
||||
m_text_progress->SetLabelText(_L("Publish was canceled"));
|
||||
wxCloseEvent evt;
|
||||
this->on_close(evt);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user