Improve the language on some strings (#13553)

Co-authored-by: Ian Bassi <ian.bassi@outlook.com>
This commit is contained in:
Alexandre Folle de Menezes
2026-05-12 12:55:57 -03:00
committed by GitHub
parent 1c7022f4c8
commit e90e22ae82
29 changed files with 306 additions and 246 deletions

View File

@@ -2843,7 +2843,7 @@ bool GUI_App::on_init_inner()
wxString tips = wxString::Format(_L("Click to download new version in default browser: %s"), version_str);
DownloadDialog dialog(this->mainframe,
tips,
_L("The Orca Slicer needs an upgrade"),
_L("OrcaSlicer needs an update"),
false,
wxCENTER | wxICON_INFORMATION);
dialog.SetExtendedMessage(description_text);