mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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();
|
||||
}
|
||||
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…
Reference in a new issue