Merge pull request #544 from luzpaz/short-url-cont

Cleanup non-short-url wiki links in translations
This commit is contained in:
wwmayer
2017-02-21 22:52:58 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -90,7 +90,7 @@ def errorDXFLib(gui):
message = translate("Draft","""Download of dxf libraries failed.
Please download and install them manually.
See complete instructions at
http://www.freecadweb.org/wiki/index.php?title=Dxf_Importer_Install""")
http://www.freecadweb.org/wiki/Dxf_Importer_Install""")
QtGui.QMessageBox.information(None,"",message)
else:
FreeCAD.Console.PrintWarning("The DXF import/export libraries needed by FreeCAD to handle the DXF format are not installed.\n")