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.
This commit is contained in:
Aaron Carlisle
2021-05-12 20:40:16 -04:00
parent a5d2c19a5c
commit f1ecbf26b7

View File

@@ -590,7 +590,7 @@ class PREFERENCES_OT_addon_install(Operator):
name="Target Path",
items=(
('DEFAULT', "Default", ""),
('PREFS', "User Prefs", ""),
('PREFS', "Preferences", ""),
),
)