[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user