Skip to content

Commit

Permalink
CropUI : Fix name in tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldresser-ie committed Jan 3, 2024
1 parent 8a210bd commit 1c9c3e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/GafferImageUI/CropUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def postCreate( node, menu ) :
Where to source the actual area to use. If this is
set to DataWindow, it will use the input's Data Window,
if it is set to DisplayWindow, it will use the input's
Display Window, and if it is set to Custom, it will use
Display Window, and if it is set to Area, it will use
the Area plug.
""",

Expand All @@ -97,7 +97,7 @@ def postCreate( node, menu ) :
"""
The custom area to set the Data/Display Window to.
This plug is only used if 'Area Source' is set to
Custom.
Area.
""",

"layout:activator", "areaSourceIsArea",
Expand Down

0 comments on commit 1c9c3e3

Please sign in to comment.