Fix #2473 Update "Repair Context" label to "Repair"

This commit is contained in:
Roy Nieterau 2022-01-05 10:30:31 +01:00
parent 584c5d96ab
commit 6b8b7f22e6

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):