mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Remove dot (.) from end of Loader label to match others
This commit is contained in:
parent
7ecfda3566
commit
b2f82c35bb
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ class AudioLoader(api.Loader):
|
|||
"""Specific loader of audio."""
|
||||
|
||||
families = ["audio"]
|
||||
label = "Import audio."
|
||||
label = "Import audio"
|
||||
representations = ["wav"]
|
||||
icon = "volume-up"
|
||||
color = "orange"
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ class ImagePlaneLoader(api.Loader):
|
|||
"""Specific loader of plate for image planes on selected camera."""
|
||||
|
||||
families = ["image", "plate", "render"]
|
||||
label = "Load imagePlane."
|
||||
label = "Load imagePlane"
|
||||
representations = ["mov", "exr", "preview", "png"]
|
||||
icon = "image"
|
||||
color = "orange"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue