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:
Stefan Fuchs 2018-07-13 20:46:45 +02:00 committed by Dirk Hohndel
parent 80761beb93
commit 669277d490
10 changed files with 24 additions and 24 deletions

View file

@ -126,7 +126,7 @@
</property>
<property name="text">
<string>Warning!
Not all images have timestamps in the range between
Not all media files have timestamps in the range between
30 minutes before the start and 30 minutes after the end of any selected dive.</string>
</property>
</widget>
@ -134,7 +134,7 @@ Not all images have timestamps in the range between
<item>
<widget class="QCheckBox" name="matchAllImages">
<property name="text">
<string>Load images even if the time does not match the dive time</string>
<string>Load media files even if the time does not match the dive time</string>
</property>
</widget>
</item>