mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 12:46:01 +08:00
Fixed minor typo in wording.
This commit is contained in:
parent
23e4ecdf0f
commit
021457d40f
@ -960,7 +960,7 @@ bool GUI_App::check_older_app_config(Semver current_version, bool backup)
|
|||||||
"\nwhile a newer configuration was found in <b>%3%</b>"
|
"\nwhile a newer configuration was found in <b>%3%</b>"
|
||||||
"\ncreated by <b>%1% %4%</b>."
|
"\ncreated by <b>%1% %4%</b>."
|
||||||
"\n\nShall the newer configuration be imported?"
|
"\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())
|
, SLIC3R_APP_NAME, current_version.to_string(), m_older_data_dir_path, last_semver.to_string())
|
||||||
: format_wxstr(_L(
|
: format_wxstr(_L(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user