removed version "v0.21" from the old backup format warning message
This commit is contained in:
committed by
Yorik van Havre
parent
891f012264
commit
248b05e379
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user