From 021457d40fafeece4206b7be6d5be25fec80f0ae Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Sun, 12 Dec 2021 14:44:12 +0100 Subject: [PATCH] Fixed minor typo in wording. --- src/slic3r/GUI/GUI_App.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp index 708888ad95..fe4f159997 100644 --- a/src/slic3r/GUI/GUI_App.cpp +++ b/src/slic3r/GUI/GUI_App.cpp @@ -960,7 +960,7 @@ bool GUI_App::check_older_app_config(Semver current_version, bool backup) "\nwhile a newer configuration was found in %3%" "\ncreated by %1% %4%." "\n\nShall the newer configuration be imported?" - "\nIf so, your active configuration will backed up before importing the new configuration." + "\nIf so, your active configuration will be backed up before importing the new configuration." ) , SLIC3R_APP_NAME, current_version.to_string(), m_older_data_dir_path, last_semver.to_string()) : format_wxstr(_L(