From c51884474026f8eec9d0a8ade09808456b5c470d Mon Sep 17 00:00:00 2001 From: luzpaz Date: Wed, 5 Apr 2023 13:07:32 +0000 Subject: [PATCH] Draft: fix typo in importDWG.py --- src/Mod/Draft/importDWG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/importDWG.py b/src/Mod/Draft/importDWG.py index 9f3e560346..61bc6becef 100644 --- a/src/Mod/Draft/importDWG.py +++ b/src/Mod/Draft/importDWG.py @@ -307,6 +307,6 @@ def convertToDwg(dxffilename, dwgfilename): if conv != 0: FCC.PrintError(translate("draft", "QCAD error") + "\n") else: - FCC.PrintError(translate("draft", """No suitable DWG convertor has been found. + FCC.PrintError(translate("draft", """No suitable DWG converter has been found. Please set one manually under menu Edit -> Preferences -> Import/Export -> DWG""") + "\n") return None