From 1a249edc7a14dc537ab70bc6dfd67237ccf1f209 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 b3f32d872..5f88be734 100644 --- a/src/slic3r/GUI/GUI.cpp +++ b/src/slic3r/GUI/GUI.cpp @@ -338,7 +338,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)