Remove dot (.) from end of Loader label to match others

This commit is contained in:
Roy Nieterau 2022-01-16 12:18:38 +01:00
parent 7ecfda3566
commit b2f82c35bb
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"