Cleanup: Imperative tense in property description

This commit is contained in:
Richard Antalik 2020-11-12 04:56:39 +01:00
parent f284a40385
commit 977b6ca305
Notes: blender-bot 2023-04-04 07:45:26 +02:00
Referenced by issue #82630, Typo in the mouse-over description of the 'Weld' modifier
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ const EnumPropertyItem rna_enum_object_modifier_type_items[] = {
"WELD",
ICON_AUTOMERGE_OFF,
"Weld",
"Find groups of vertices closer than dist and merges them together"},
"Find groups of vertices closer than dist and merge them together"},
{eModifierType_Wireframe,
"WIREFRAME",
ICON_MOD_WIREFRAME,