mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
80761beb93
commit
669277d490
10 changed files with 24 additions and 24 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue