mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-07 16:50:52 -07:00
Spellcheck translatable strings (#11242)
* Spellcheck translatable strings
This commit is contained in:
parent
b1bb08b096
commit
14dd1078bf
38 changed files with 811 additions and 833 deletions
|
|
@ -192,7 +192,7 @@ void DeviceErrorDialog::init_button_list()
|
|||
init_button(TURN_OFF_FIRE_ALARM, _L("Got it, Turn off the Fire Alarm."));
|
||||
init_button(RETRY_PROBLEM_SOLVED, _L("Retry (problem solved)"));
|
||||
init_button(STOP_DRYING, _L("Stop Drying"));
|
||||
init_button(DBL_CHECK_CANCEL, _L("Cancle"));
|
||||
init_button(DBL_CHECK_CANCEL, _L("Cancel"));
|
||||
init_button(DBL_CHECK_DONE, _L("Done"));
|
||||
init_button(DBL_CHECK_RETRY, _L("Retry"));
|
||||
init_button(DBL_CHECK_RESUME, _L("Resume"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue