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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user