Better text for fake completion entry
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d622996ba
commit
14016f83ff
@ -53,7 +53,7 @@ QVariant LocationInformationModel::data(const QModelIndex &index, int role) cons
|
||||
return textField->text();
|
||||
}
|
||||
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::DecorationRole : return QIcon(":plus");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user