Localization: Next text improvements

+ new POT
 + new CZ translation
This commit is contained in:
YuSanka 2021-11-23 14:56:41 +01:00
parent 7828964f8c
commit 0c110af1df
6 changed files with 5240 additions and 3326 deletions
src/slic3r/GUI

View file

@ -5068,7 +5068,7 @@ void Plater::new_project()
wxString header = _L("Creating a new project while some presets are modified.") + "\n" +
(saved_project == wxID_YES ? _L("You can keep presets modifications to the new project or discard them") :
_L("You can keep presets modifications to the new project, discard them or save changes as new presets.\n"
"Note, if changes will be saved than new project wouldn't keep them"));
"Note, if changes will be saved then new project wouldn't keep them"));
using ab = UnsavedChangesDialog::ActionButtons;
int act_buttons = ab::KEEP;
if (saved_project == wxID_NO)