Fix GUI strings that should start with uppercase (#12499)

This commit is contained in:
Alexandre Folle de Menezes
2026-02-27 11:19:22 -03:00
committed by GitHub
parent 2806398e79
commit 72a4597107
39 changed files with 594 additions and 562 deletions

View File

@@ -11948,7 +11948,7 @@ void Plater::import_model_id(wxString download_info)
int res = 0;
std::string http_body;
msg = _L("prepare 3MF file...");
msg = _L("Preparing 3MF file...");
//gets the number of files with the same name
std::vector<wxString> vecFiles;
@@ -11997,7 +11997,7 @@ void Plater::import_model_id(wxString download_info)
}
msg = _L("downloading project...");
msg = _L("Downloading project...");
//target_path = wxStandardPaths::Get().GetTempDir().utf8_str().data();