diff --git a/src/slic3r/GUI/GUI_App.cpp b/src/slic3r/GUI/GUI_App.cpp
index 708888ad9..fe4f15999 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(