Better text for fake completion entry

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-07-15 10:37:09 -07:00
parent 9d622996ba
commit 14016f83ff

View file

@ -53,7 +53,7 @@ QVariant LocationInformationModel::data(const QModelIndex &index, int role) cons
return textField->text(); return textField->text();
} }
case Qt::ToolTipRole : { case Qt::ToolTipRole : {
return QString(tr("Create dive site")); return QString(tr("Create dive site with this name"));
} }
case Qt::EditRole : return textField->text(); case Qt::EditRole : return textField->text();
case Qt::DecorationRole : return QIcon(":plus"); case Qt::DecorationRole : return QIcon(":plus");