Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Oeser <info@graphics-engineer.com>2020-08-10 15:55:13 +0300
committerPhilipp Oeser <info@graphics-engineer.com>2020-08-13 12:44:57 +0300
commitada98869dfa16272cd7db1c01d33a7002dc38195 (patch)
treee310278bcf177cc20852436ccf33e127e608c29f
parent0843d5b0242fa1bd4d8ac1d2ff6e78ec7c56af07 (diff)
Preferences: correct property description for keyitem restore
Spotted while checking T79657. Reviewers: brecht Differential Revision: https://developer.blender.org/D8517
-rw-r--r--release/scripts/startup/bl_operators/userpref.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/userpref.py b/release/scripts/startup/bl_operators/userpref.py
index 2e14df1920f..1ac64f85cad 100644
--- a/release/scripts/startup/bl_operators/userpref.py
+++ b/release/scripts/startup/bl_operators/userpref.py
@@ -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