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:
authorAaron Carlisle <carlisle.b3d@gmail.com>2021-05-13 03:40:16 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2021-05-13 04:10:17 +0300
commitf1ecbf26b7e30b81ec1db6fc4cfa64696aa231b0 (patch)
tree79baadc99303eb0fecace435732362e38e8d7d99 /release
parenta5d2c19a5ca20c94ffec15f8a4a7ef5e964f7df0 (diff)
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.
Diffstat (limited to 'release')
-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 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", ""),
),
)