nodes: slightly improve descriptions

This commit is contained in:
itsmattkc
2022-05-05 17:30:54 -07:00
parent 6286b7091c
commit 0775143485
2 changed files with 2 additions and 2 deletions
@@ -56,7 +56,7 @@ QVector<Node::CategoryID> DisplayTransformNode::Category() const
QString DisplayTransformNode::Description() const
{
return tr("Converts an image to/from display space");
return tr("Converts an image to or from a display color space.");
}
void DisplayTransformNode::Retranslate()
@@ -77,7 +77,7 @@ QVector<Node::CategoryID> OCIOGradingTransformLinearNode::Category() const
QString OCIOGradingTransformLinearNode::Description() const
{
return tr("Simple linearcolor grading using OCIO");
return tr("Simple linear color grading using OpenColorIO.");
}
void OCIOGradingTransformLinearNode::Retranslate()