diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-07-13 20:46:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-07-15 09:38:12 -0700 |
commit | 669277d49004fefc320906297a1c08a26e6d99d7 (patch) | |
tree | ef3e8b0c510f39bf80753838d5955314958a8c13 /desktop-widgets/findmovedimagesdialog.ui | |
parent | 80761beb936903d7f0017c54be070b4ed2e4eaa2 (diff) | |
download | subsurface-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 'desktop-widgets/findmovedimagesdialog.ui')
-rw-r--r-- | desktop-widgets/findmovedimagesdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop-widgets/findmovedimagesdialog.ui b/desktop-widgets/findmovedimagesdialog.ui index b558feec8..200d34bff 100644 --- a/desktop-widgets/findmovedimagesdialog.ui +++ b/desktop-widgets/findmovedimagesdialog.ui @@ -20,7 +20,7 @@ </sizepolicy> </property> <property name="windowTitle"> - <string>Find moved images</string> + <string>Find moved media files</string> </property> <property name="windowIcon"> <iconset> @@ -34,7 +34,7 @@ <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> - <string>Found images</string> + <string>Found media files</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -68,7 +68,7 @@ </sizepolicy> </property> <property name="text"> - <string>Match only images in selected dive(s)</string> + <string>Match only media files in selected dive(s)</string> </property> <property name="alignment"> <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |