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:
Philipp Oeser 2020-08-10 14:55:13 +02:00
parent 0843d5b024
commit ada98869df
Notes: blender-bot 2023-02-14 18:50:07 +01:00
Referenced by issue blender/blender-addons#79657, Changing keymap with a script doesn't trigger the "is_user_modified" flag
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ class PREFERENCES_OT_keyitem_restore(Operator):
item_id: IntProperty(
name="Item Identifier",
description="Identifier of the item to remove",
description="Identifier of the item to restore",
)
@classmethod