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.
This commit is contained in:
William Reynish 2019-09-05 10:13:53 +02:00
parent ab158cd00a
commit c2a0f5c3d4
1 changed files with 1 additions and 1 deletions

View File

@ -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",