Fix T98953: Typo in property name.

This commit is contained in:
Thomas Dinges 2022-06-17 11:33:32 +02:00
parent aa353e127c
commit bdf75cb276
Notes: blender-bot 2023-02-13 15:10:43 +01:00
Referenced by issue blender/blender#98953, Typo in Bool Tool
1 changed files with 1 additions and 1 deletions

View File

@ -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(