diff options
Diffstat (limited to 'qt-models/divelocationmodel.cpp')
-rw-r--r-- | qt-models/divelocationmodel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |