Adjusted wording of the config substitution dialog.

This commit is contained in:
Vojtech Bubnik 2021-07-02 08:57:36 +02:00
parent 16104587ac
commit 5ca4848980

View File

@ -325,7 +325,7 @@ static wxString substitution_message(const wxString& changes)
return
_L("Most likely the configuration was produced by a newer version of PrusaSlicer or by some PrusaSlicer fork.") + " " +
_L("The following values were substituted:") + "\n" + changes + "\n\n" +
_L("Please review the substitutions and adjust them if needed.");
_L("Review the substitutions and adjust them if needed.");
}
void show_substitutions_info(const PresetsConfigSubstitutions& presets_config_substitutions)