Fix some strings and update locale files

This commit is contained in:
SoftFever 2023-10-29 10:47:23 +08:00
parent 457b847aee
commit 363c256668
24 changed files with 448 additions and 2186 deletions

View file

@ -8119,7 +8119,7 @@ void Plater::import_model_id(wxString download_info)
error);
if (retry_count == max_retries) {
msg = _L("Importing to Bambu Studio failed. Please download the file and manually import it.");
msg = _L("Importing to Orca Slicer failed. Please download the file and manually import it.");
cont = false;
}
})