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>2021-07-30 10:37:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-07-30 10:37:40 +0300
commite2e7fac7afabd100a0afbd70e322573859cc228a (patch)
treeeb4e37d0b516bb4a2413b57d8eabafeee56598b5 /render_povray
parentc2c5392e004bb8bafea84d8d69df31ef9f03d46f (diff)
Cleanup: quiet warnings for tooltips ending with '.'
Diffstat (limited to 'render_povray')
-rwxr-xr-xrender_povray/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/render_povray/__init__.py b/render_povray/__init__.py
index 2bc4f420..fe0de21f 100755
--- a/render_povray/__init__.py
+++ b/render_povray/__init__.py
@@ -222,7 +222,7 @@ else:
class POV_OT_update_addon(bpy.types.Operator):
- """Update this addon to the latest version."""
+ """Update this add-on to the latest version"""
bl_idname = "pov.update_addon"
bl_label = "Update POV addon"