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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-17 13:04:00 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-17 13:04:00 +0400
commitc4f073334e559d664e9b01267af9f13491523dc4 (patch)
tree69ae5650be948e9df02aeb2f49acebb30891fb82 /io_mesh_pdb/__init__.py
parent29072f8d46d717d6fe6c6d43043bf36f92134439 (diff)
remove '.' from descriptions
Diffstat (limited to 'io_mesh_pdb/__init__.py')
-rw-r--r--io_mesh_pdb/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py
index a3d31fb5..dd2e9304 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")