mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-26 18:21:18 -06:00
Localization fixes + new POT
This commit is contained in:
parent
9dcebf0a04
commit
8bfa132a1b
19 changed files with 2482 additions and 2321 deletions
|
|
@ -776,7 +776,7 @@ static bool reload_configs_update_gui()
|
|||
{
|
||||
wxString header = _L("Configuration Updates causes a lost of preset modification.\n"
|
||||
"So, check unsaved changes and save them if necessary.");
|
||||
if (!GUI::wxGetApp().check_and_save_current_preset_changes(_L("Updater is processing"), header, false ))
|
||||
if (!GUI::wxGetApp().check_and_save_current_preset_changes(_L("Updating"), header, false ))
|
||||
return false;
|
||||
|
||||
// Reload global configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue