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:
authorBastien Montagne <montagne29@wanadoo.fr>2011-09-19 19:08:06 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2011-09-19 19:08:06 +0400
commit1d1482044b46c98f86c33945a1bd1cf4edc7bb36 (patch)
tree795f6b4344018f9193e6beb954d5c74396c19012 /system_property_chart.py
parent0dd81203a3982e55af012cfcc9a232c78ce631b9 (diff)
/trunk: Removed final points in UI strings and messages.
Plus a few styling enhancements. [[Split portion of a mixed commit.]]
Diffstat (limited to 'system_property_chart.py')
-rw-r--r--system_property_chart.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/system_property_chart.py b/system_property_chart.py
index 045ead0d..8226a698 100644
--- a/system_property_chart.py
+++ b/system_property_chart.py
@@ -228,7 +228,8 @@ def register():
cls._PROP_STORAGE_ID,
StringProperty(
name="Scene Name",
- description="Name of POV-Ray scene to create. Empty name will use the name of the blend file.",
+ description="Name of POV-Ray scene to create. Empty " \
+ "name will use the name of the blend file",
default=cls._PROP_STORAGE_DEFAULT, maxlen=1024),
)