Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io_mesh_pdb/export_pdb.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_mesh_pdb/export_pdb.py b/io_mesh_pdb/export_pdb.py
index e211f19a..dbd83684 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")