[Crowdin] string fix + misc. typo and whitespace fixes

* Crowdin link: https://crowdin.com/translate/freecad/6766/en-hu#6576162  
* Tacked on a few typo+whitespace fixes
This commit is contained in:
luz.paz
2019-06-20 02:58:39 -04:00
committed by wmayer
parent 46d1095816
commit c2827611be
6 changed files with 25 additions and 27 deletions

View File

@@ -65,7 +65,7 @@ def importFCMat(fileName):
import configparser
FreeCAD.Console.PrintError(
'This mat card reader is probably depretiated and not widely used in FreeCAD. '
'This mat card reader is probably deprecated and not widely used in FreeCAD. '
'See comment in Material.py module.\n'
)
Config = configparser.RawConfigParser()
@@ -90,7 +90,7 @@ def exportFCMat(fileName, matDict):
Config = configparser.RawConfigParser()
FreeCAD.Console.PrintError(
'This mat card writer is probably depretiated and not widely used in FreeCAD. '
'This mat card writer is probably deprecated and not widely used in FreeCAD. '
'See comment in Material.py module.\n'
)
# create groups