Improved tip in the Piece path dialog.

--HG--
branch : release
This commit is contained in:
Roman Telezhynskyi 2017-04-20 15:00:37 +03:00
parent 125d160e5e
commit b4106f8e5a

View file

@ -1117,7 +1117,7 @@ bool DialogPiecePath::PathIsValid() const
if (not m_showMode && ui->comboBoxPiece->count() <= 0)
{
url += tr("List of objects is empty!");
url += tr("List of details is empty!");
ui->helpLabel->setText(url);
return false;
}