From 0884b353a6abb1fd6c4ec697e4e40f256b97b4fd Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Fri, 16 Mar 2018 14:35:50 -0400 Subject: [PATCH] [For v0.18]PartDesign: translation fixes ref: https://crowdin.com/translate/freecad/564/en-sv#6502053 [skip ci] --- src/Mod/PartDesign/Gui/WorkflowManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/WorkflowManager.cpp b/src/Mod/PartDesign/Gui/WorkflowManager.cpp index 79b005c0ad..12e1d918b9 100644 --- a/src/Mod/PartDesign/Gui/WorkflowManager.cpp +++ b/src/Mod/PartDesign/Gui/WorkflowManager.cpp @@ -154,7 +154,7 @@ Workflow WorkflowManager::determineWorkflow(App::Document *doc) { QObject::tr( "Do you want to make the migration automatically?" ) ); } msgBox.setDetailedText( QObject::tr( "Note: If you choose to migrate you won't be able to edit" - " the file with an old FreeCAD versions.\n" + " the file with an older FreeCAD version.\n" "If you refuse to migrate you won't be able to use new PartDesign features" " like Bodies and Parts. As a result you also won't be able to use your parts" " in the assembly workbench.\n"