Skip to content
Snippets Groups Projects
Commit 13386956 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

development_icon_get: removed trailing '.' from close_on_select description

parent fcf5f284
No related branches found
No related tags found
No related merge requests found
...@@ -187,7 +187,7 @@ class IV_Preferences(bpy.types.AddonPreferences): ...@@ -187,7 +187,7 @@ class IV_Preferences(bpy.types.AddonPreferences):
name="Close Popup On Click", name="Close Popup On Click",
description=( description=(
"Close the popup on click.\n" "Close the popup on click.\n"
"Not supported by some windows (User Preferences, Render)." "Not supported by some windows (User Preferences, Render)"
), ),
default=False) default=False)
auto_focus_filter = bpy.props.BoolProperty( auto_focus_filter = bpy.props.BoolProperty(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment