mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
OP-3939 - changed label of plugin
This commit is contained in:
parent
2de6c8e400
commit
0d44dbc6c4
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ from openpype.lib.profiles_filtering import filter_profiles
|
|||
class PreIntegrateThumbnails(pyblish.api.InstancePlugin):
|
||||
"""Marks thumbnail representation for integrate to DB or not."""
|
||||
|
||||
label = "Should Integrate Thumbnails"
|
||||
label = "Override Integrate Thumbnails"
|
||||
order = pyblish.api.IntegratorOrder - 0.1
|
||||
families = ["review"]
|
||||
|
||||
|
|
|
|||
|
|
@ -559,7 +559,7 @@
|
|||
"type": "dict",
|
||||
"collapsible": true,
|
||||
"key": "PreIntegrateThumbnails",
|
||||
"label": "Integrate Thumbnail Representations",
|
||||
"label": "Override Integrate Thumbnail Representations",
|
||||
"is_group": true,
|
||||
"checkbox_key": "enabled",
|
||||
"children": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue