diff --git a/python/GafferImageUI/CropUI.py b/python/GafferImageUI/CropUI.py index 07f7f5520eb..22e713a6825 100644 --- a/python/GafferImageUI/CropUI.py +++ b/python/GafferImageUI/CropUI.py @@ -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. """, @@ -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",