From ab73e1f5827423c32a2417adf949ca68121224aa Mon Sep 17 00:00:00 2001 From: Clemens Barth <barth@root-1.de> Date: Sun, 14 Oct 2012 11:54:11 +0000 Subject: [PATCH] Some cosmetics ... . --- io_mesh_pdb/export_pdb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py index e211f19a5..dbd83684a 100644 --- a/io_mesh_pdb/export_pdb.py +++ b/io_mesh_pdb/export_pdb.py @@ -29,7 +29,7 @@ from . import import_pdb ATOM_PDB_FILEPATH = "" ATOM_PDB_PDBTEXT = ( "REMARK This pdb file has been created with Blender " - + "and the Atomic Blender script\n" + + "and the addon Atomic Blender - PDB\n" + "REMARK For more details see wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Import-Export/PDB\n" + "REMARK\n" + "REMARK\n") -- GitLab