[Bf-blender-cvs] [f1ecbf26b7e] master: UI: Use term 'Preferences' instead of 'User Prefs'

Aaron Carlisle noreply at git.blender.org
Thu May 13 03:10:29 CEST 2021


Commit: f1ecbf26b7e30b81ec1db6fc4cfa64696aa231b0
Author: Aaron Carlisle
Date:   Wed May 12 20:40:16 2021 -0400
Branches: master
https://developer.blender.org/rBf1ecbf26b7e30b81ec1db6fc4cfa64696aa231b0

UI: Use term 'Preferences' instead of 'User Prefs'

'Preferences' is the term used elsewhere in Blender so this commit makes 
the option more consistent.

In the future, the "default" target could be changed to something more 
descriptive.

===================================================================

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 f77f00d2234..3969386bad7 100644
--- a/release/scripts/startup/bl_operators/userpref.py
+++ b/release/scripts/startup/bl_operators/userpref.py
@@ -590,7 +590,7 @@ class PREFERENCES_OT_addon_install(Operator):
         name="Target Path",
         items=(
             ('DEFAULT', "Default", ""),
-            ('PREFS', "User Prefs", ""),
+            ('PREFS', "Preferences", ""),
         ),
     )



More information about the Bf-blender-cvs mailing list