From 5ca4848980d002b32b2492afa0abc09acf2d9434 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Fri, 2 Jul 2021 08:57:36 +0200 Subject: [PATCH] Adjusted wording of the config substitution dialog. --- src/slic3r/GUI/GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI.cpp b/src/slic3r/GUI/GUI.cpp index cfc5c1361..59ccd9d66 100644 --- a/src/slic3r/GUI/GUI.cpp +++ b/src/slic3r/GUI/GUI.cpp @@ -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)