diff --git a/stretchtoolbar.cpp b/stretchtoolbar.cpp index 60a6957..2e74e99 100644 --- a/stretchtoolbar.cpp +++ b/stretchtoolbar.cpp @@ -38,7 +38,7 @@ StretchToolbar::StretchToolbar(QWidget *parent) : QToolBar(tr("Stretch toolbar") superPixelButton->setCheckable(true); connect(superPixelButton, SIGNAL(toggled(bool)), this, SIGNAL(superPixel(bool))); - m_autoStretchOnLoad = addAction(QIcon(":/nuke_a.png"), tr("Auto stretch")); + m_autoStretchOnLoad = addAction(QIcon(":/nuke_a.png"), tr("Apply auto stretch on load")); m_autoStretchOnLoad->setCheckable(true); }