From 248b05e37915591b5085958852cef3bc5ef516f8 Mon Sep 17 00:00:00 2001 From: Max Wilfinger Date: Tue, 27 Aug 2024 13:03:32 +0200 Subject: [PATCH] removed version "v0.21" from the old backup format warning message --- src/Gui/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index d4f5b34ce0..bdadb7ad2e 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -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");