Merge pull request #2485 from BigRoy/repair_context_label

Fix #2473 Update "Repair Context" label to "Repair"
This commit is contained in:
Ondřej Samohel 2022-01-05 13:10:49 +01:00 committed by GitHub
commit e2acbdc046
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,7 +72,7 @@ class RepairContextAction(pyblish.api.Action):
is available on the plugin.
"""
label = "Repair Context"
label = "Repair"
on = "failed" # This action is only available on a failed plug-in
def process(self, context, plugin):