Crowdin - Fix typos found by translators + Random typos [skip-ci]

https://crowdin.com/translate/freecad/6766/en-fr#6582288
This commit is contained in:
luz paz
2020-07-30 12:30:00 -04:00
committed by Bernd Hahnebach
parent 4ef7bcdc17
commit 7487fdb0e7
3 changed files with 3 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ def checkShapeFileLibrary():
from PySide import QtGui
reply = QtGui.QMessageBox.question(FreeCADGui.getMainWindow(),
translate("Arch","Shapefile module not found"),
translate("Arch","The shapefile python library was not found on your system. Would you like to downloadit now from <a href=\"https://github.com/GeospatialPython/pyshp\">https://github.com/GeospatialPython/pyshp</a>? It will be placed in your macros folder."),
translate("Arch","The shapefile python library was not found on your system. Would you like to download it now from <a href=\"https://github.com/GeospatialPython/pyshp\">https://github.com/GeospatialPython/pyshp</a>? It will be placed in your macros folder."),
QtGui.QMessageBox.Yes | QtGui.QMessageBox.No,
QtGui.QMessageBox.No)
if reply == QtGui.QMessageBox.Yes: