Fix inconsistencies on new translated strings (#10310)

* Unmark string that don't need to be translated

* Spellcheck

* Fix calibration strings consistency
This commit is contained in:
Alexandre Folle de Menezes
2025-08-09 12:52:48 -03:00
committed by GitHub
parent 11e7f2f7a7
commit 53bcfc4a48
29 changed files with 397 additions and 655 deletions

View File

@@ -108,7 +108,7 @@ wxString Repetier::get_test_failed_msg (wxString &msg) const
return GUI::from_u8((boost::format("%s: %s\n\n%s")
% _utf8(L("Could not connect to Repetier"))
% std::string(msg.ToUTF8())
% _utf8(L("Note: Repetier version 0.90.0 ir higher is required."))).str());
% _utf8(L("Note: Repetier version 0.90.0 or higher is required."))).str());
}
bool Repetier::upload(PrintHostUpload upload_data, ProgressFn prorgess_fn, ErrorFn error_fn, InfoFn info_fn) const