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:
authorThomas Dinges <blender@dingto.org>2022-06-17 12:33:32 +0300
committerThomas Dinges <blender@dingto.org>2022-06-17 12:33:32 +0300
commitbdf75cb276dfd3b5266c909de4c099c00c68a659 (patch)
treebeea2954243df3dbfb5f8773de5e4265b6910b84 /object_boolean_tools.py
parentaa353e127c2be0a31e10f8b3621fc418bcf6d6ef (diff)
Fix T98953: Typo in property name.
Diffstat (limited to 'object_boolean_tools.py')
-rw-r--r--object_boolean_tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_boolean_tools.py b/object_boolean_tools.py
index f95f19cc..149433ca 100644
--- a/object_boolean_tools.py
+++ b/object_boolean_tools.py
@@ -1090,7 +1090,7 @@ class PREFS_BoolTool_Props(AddonPreferences):
"for a custom version that can optimize the visualization of Brushes",
)
use_wire: BoolProperty(
- name="Display As Wirewrame",
+ name="Display As Wireframe",
description="Display brush as wireframe instead of bounding box",
)
category: StringProperty(