From 14016f83ff992d3645e5bd8a9378380837823128 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 15 Jul 2015 10:37:09 -0700 Subject: Better text for fake completion entry Signed-off-by: Dirk Hohndel --- qt-models/divelocationmodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-models/divelocationmodel.cpp b/qt-models/divelocationmodel.cpp index bddca8f77..8d7faa890 100644 --- a/qt-models/divelocationmodel.cpp +++ b/qt-models/divelocationmodel.cpp @@ -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"); -- cgit v1.2.3-70-g09d2