Commit: ada98869dfa16272cd7db1c01d33a7002dc38195 Author: Philipp Oeser Date: Mon Aug 10 14:55:13 2020 +0200 Branches: blender-v2.90-release https://developer.blender.org/rBada98869dfa16272cd7db1c01d33a7002dc38195
Preferences: correct property description for keyitem restore Spotted while checking T79657. Reviewers: brecht Differential Revision: https://developer.blender.org/D8517 =================================================================== M release/scripts/startup/bl_operators/userpref.py =================================================================== 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 _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
