[Bf-extensions-cvs] [c9adab0] master: Paste addon: fix warning

Dalai Felinto noreply at git.blender.org
Wed Jan 4 16:57:52 CET 2017


Commit: c9adab06d9313ba69ad114b6a31f0c4c75375836
Author: Dalai Felinto
Date:   Wed Jan 4 12:13:46 2017 +0100
Branches: master
https://developer.blender.org/rBACc9adab06d9313ba69ad114b6a31f0c4c75375836

Paste addon: fix warning

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

M	text_editor_pasteall.py

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

diff --git a/text_editor_pasteall.py b/text_editor_pasteall.py
index 37c10b1..013c3fb 100644
--- a/text_editor_pasteall.py
+++ b/text_editor_pasteall.py
@@ -205,7 +205,7 @@ class TEXT_OT_pasteall(bpy.types.Operator):
 def register():
     bpy.types.Scene.use_webbrowser = bpy.props.BoolProperty(
         name='Launch Browser',
-        description='Opens the page with the submitted text.',
+        description='Opens the page with the submitted text',
         default=True)
 
     bpy.utils.register_module(__name__)



More information about the Bf-extensions-cvs mailing list