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:
authorWilliam Reynish <billrey@me.com>2019-09-05 11:13:53 +0300
committerWilliam Reynish <billrey@me.com>2019-09-05 11:21:24 +0300
commitc2a0f5c3d4fcf42c4a591b765f481b62da896985 (patch)
treedd880585ce4abb5f6684b1ab9517d8405e0e8bac /release/scripts/startup/bl_operators/userpref.py
parentab158cd00aa62979acddf257ebd63a8be83e3b4f (diff)
File Browser UI: Use 'Install' instead of ''Install Add-on from File...' as the name of the execute button
The old name didn't fit inside the button, and this fits with simpler Open/Save labels too.
Diffstat (limited to 'release/scripts/startup/bl_operators/userpref.py')
-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 6ec6855296c..6311bcade7a 100644
--- a/release/scripts/startup/bl_operators/userpref.py
+++ b/release/scripts/startup/bl_operators/userpref.py
@@ -537,7 +537,7 @@ class PREFERENCES_OT_addon_refresh(Operator):
class PREFERENCES_OT_addon_install(Operator):
"""Install an add-on"""
bl_idname = "preferences.addon_install"
- bl_label = "Install Add-on from File..."
+ bl_label = "Install"
overwrite: BoolProperty(
name="Overwrite",