Draft: fix typo in importDWG.py

This commit is contained in:
luzpaz
2023-04-05 13:07:32 +00:00
committed by wwmayer
parent 9e9e0f7593
commit c518844740

View File

@@ -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