diff options
author | Robert C. Helling <helling@atdotde.de> | 2015-04-29 22:53:32 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-04-29 14:01:24 -0700 |
commit | a4c35f1d6385089b69c4cc3f5b1823c7234ca1c7 (patch) | |
tree | 31f03b2f27087d800c2c98d7b2dd764b2fd1c531 | |
parent | 66ac97d7adf5b47cf1a6cedab7b74fa1dc387558 (diff) | |
download | subsurface-a4c35f1d6385089b69c4cc3f5b1823c7234ca1c7.tar.gz |
Rename menu entry for image hashing
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | qt-ui/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 1494706a0..b5456f208 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -699,7 +699,7 @@ </action> <action name="actionHash_images"> <property name="text"> - <string>Hash images</string> + <string>Find moved images</string> </property> </action> </widget> |