From 899f3df2fe327d100564ba073684784769252bcb Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Tue, 19 Feb 2019 07:06:11 +0100 Subject: [PATCH] Material: card header, use the same header in all code files --- src/Mod/Material/StandardMaterial/Tools/new_material_header | 2 +- src/Mod/Material/importFCMat.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Material/StandardMaterial/Tools/new_material_header b/src/Mod/Material/StandardMaterial/Tools/new_material_header index b8285172ee..9ba68775c7 100644 --- a/src/Mod/Material/StandardMaterial/Tools/new_material_header +++ b/src/Mod/Material/StandardMaterial/Tools/new_material_header @@ -1,5 +1,5 @@ ; My new amazing material file ; (c) 2015 Your Name (CC-BY 3.0) -; Information about the content of such cards you can find here: +; information about the content of such cards you can find here: ; http://www.freecadweb.org/wiki/index.php?title=Material diff --git a/src/Mod/Material/importFCMat.py b/src/Mod/Material/importFCMat.py index dcaf3fe890..d93989ecdb 100644 --- a/src/Mod/Material/importFCMat.py +++ b/src/Mod/Material/importFCMat.py @@ -177,7 +177,7 @@ def write(filename, dictionary): else: f.write("; " + header["CardName"].encode("utf8") + "\n") f.write("; " + header["AuthorAndLicense"].encode("utf8") + "\n") - f.write("; information about the content of this card can be found here:\n") + f.write("; information about the content of such cards you can find here:\n") f.write("; http://www.freecadweb.org/wiki/index.php?title=Material\n") f.write("; file produced by FreeCAD" + rev + "\n") f.write("\n")