removed version "v0.21" from the old backup format warning message

This commit is contained in:
Max Wilfinger
2024-08-27 13:03:32 +02:00
committed by Yorik van Havre
parent 891f012264
commit 248b05e379

View File

@@ -2430,7 +2430,7 @@ void Application::checkForDeprecatedSettings()
->GetBool("UseFCBakExtension", true);
if (!useFCBakExtension) {
// TODO: This should be translated
Base::Console().Warning("The `.FCStd#` backup format is deprecated as of v0.21 and may "
Base::Console().Warning("The `.FCStd#` backup format is deprecated and may "
"be removed in future versions.\n"
"To update, check the 'Preferences->General->Document->Use "
"date and FCBak extension' option.\n");