mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
committed by
GitHub
parent
b1bb08b096
commit
14dd1078bf
@@ -105,7 +105,7 @@ void OAuthJob::process(Ctl& ctl)
|
||||
|
||||
// Handle timeout
|
||||
if (!received && ctl.was_canceled()) {
|
||||
_data.result->error_message = _u8L("User cancelled.");
|
||||
_data.result->error_message = _u8L("User canceled.");
|
||||
} else {
|
||||
// Wait a while to ensure the response has sent
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(1500));
|
||||
|
||||
Reference in New Issue
Block a user