diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py index e211f19a59d48a281f09c9a9425349681fb437f5..dbd83684a6e95ba4e12193b122b14a89a15f3556 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")