mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Better text for fake completion entry
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
9d622996ba
commit
14016f83ff
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||||
|
|
Loading…
Add table
Reference in a new issue