Preferences: correct property description for keyitem restore
Spotted while checking T79657. Reviewers: brecht Differential Revision: https://developer.blender.org/D8517
This commit is contained in:
@@ -351,7 +351,7 @@ class PREFERENCES_OT_keyitem_restore(Operator):
|
|||||||
|
|
||||||
item_id: IntProperty(
|
item_id: IntProperty(
|
||||||
name="Item Identifier",
|
name="Item Identifier",
|
||||||
description="Identifier of the item to remove",
|
description="Identifier of the item to restore",
|
||||||
)
|
)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user