mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-17 01:49:41 -07:00
Fix english strings punctuation mistakes (#8901)
* Fix punctuation of enumerations * Add missing '?' at the end of questions on hints * Add periods after error messages * Add punctuation to all tooltips * Add missing periods on the pt-BR translation
This commit is contained in:
parent
be3bbfa39e
commit
e13ec786d5
31 changed files with 5596 additions and 6073 deletions
|
|
@ -4067,7 +4067,7 @@ void GUI_App::on_http_error(wxCommandEvent &evt)
|
|||
|
||||
// Version limit
|
||||
if (code == HttpErrorVersionLimited) {
|
||||
MessageDialog msg_dlg(nullptr, _L("The version of Orca Slicer is too low and needs to be updated to the latest version before it can be used normally"), "", wxAPPLY | wxOK);
|
||||
MessageDialog msg_dlg(nullptr, _L("The version of Orca Slicer is too low and needs to be updated to the latest version before it can be used normally."), "", wxAPPLY | wxOK);
|
||||
if (msg_dlg.ShowModal() == wxOK) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue