[Bf-extensions-cvs] [c4f0733] master: remove '.' from descriptions

Campbell Barton noreply at git.blender.org
Sat May 17 11:04:42 CEST 2014


Commit: c4f073334e559d664e9b01267af9f13491523dc4
Author: Campbell Barton
Date:   Sat May 17 19:04:00 2014 +1000
https://developer.blender.org/rBAc4f073334e559d664e9b01267af9f13491523dc4

remove '.' from descriptions

===================================================================

M	io_mesh_pdb/__init__.py

===================================================================

diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index a3d31fb..dd2e930 100644
--- a/io_mesh_pdb/__init__.py
+++ b/io_mesh_pdb/__init__.py
@@ -142,13 +142,13 @@ class ImportPDB(Operator, ImportHelper):
         description="The sticks are round (sectors are not visible)")
     use_sticks_bonds = BoolProperty(
         name="Bonds", default=False,
-        description="Show double and tripple bonds.")
+        description="Show double and tripple bonds")
     sticks_dist = FloatProperty(
         name="", default = 1.1, min=1.0, max=3.0,
         description="Distance between sticks measured in stick diameter")
     use_sticks_one_object = BoolProperty(
         name="One object", default=True,
-        description="All sticks are one object.")
+        description="All sticks are one object")
     use_sticks_one_object_nr = IntProperty(
         name = "No.", default=200, min=10,
         description="Number of sticks to be grouped at once")



More information about the Bf-extensions-cvs mailing list