summaryrefslogtreecommitdiffstats
path: root/qt-models/divetripmodel.cpp
diff options
context:
space:
mode:
authorGravatar Stefan Fuchs <sfuchs@gmx.de>2018-07-13 20:46:45 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-07-15 09:38:12 -0700
commit669277d49004fefc320906297a1c08a26e6d99d7 (patch)
treeef3e8b0c510f39bf80753838d5955314958a8c13 /qt-models/divetripmodel.cpp
parent80761beb936903d7f0017c54be070b4ed2e4eaa2 (diff)
downloadsubsurface-669277d49004fefc320906297a1c08a26e6d99d7.tar.gz
UI change of "images"/"photo" to "media" or "media files"
This changes the above mentioned terms everywhere in the UI to reflect the fact that Subsurface now also supports video files on top of image files. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'qt-models/divetripmodel.cpp')
-rw-r--r--qt-models/divetripmodel.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/qt-models/divetripmodel.cpp b/qt-models/divetripmodel.cpp
index 329858b34..3dcfb7517 100644
--- a/qt-models/divetripmodel.cpp
+++ b/qt-models/divetripmodel.cpp
@@ -276,7 +276,7 @@ QVariant DiveItem::data(int column, int role) const
retVal = tr("Tags");
break;
case PHOTOS:
- retVal = tr("Photos before/during/after dive");
+ retVal = tr("Media before/during/after dive");
break;
case COUNTRY:
retVal = tr("Country");
@@ -518,7 +518,7 @@ QVariant DiveTripModel::headerData(int section, Qt::Orientation orientation, int
ret = tr("Tags");
break;
case PHOTOS:
- ret = tr("Photos");
+ ret = tr("Media");
break;
case COUNTRY:
ret = tr("Country");
@@ -575,7 +575,7 @@ QVariant DiveTripModel::headerData(int section, Qt::Orientation orientation, int
ret = tr("Tags");
break;
case PHOTOS:
- ret = tr("Photos before/during/after dive");
+ ret = tr("Media before/during/after dive");
break;
case LOCATION:
ret = tr("Location");