diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-11-29 15:39:50 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-29 08:10:12 -0800 |
commit | 0f7037a92f958e6a6334fc7514e24c2d6dd0b2ee (patch) | |
tree | e611debe9a885b93bf6e839ae085112c6bf98372 /qt-ui/preferences.ui | |
parent | b57b36e6626a3551fdda5ac9b7826d3c99413625 (diff) | |
download | subsurface-0f7037a92f958e6a6334fc7514e24c2d6dd0b2ee.tar.gz |
Remove duplicate verb in 'SAC' label
'Show' verb is already shown in the groupbox title and no other
labels have it.
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/preferences.ui')
-rw-r--r-- | qt-ui/preferences.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index fe00bcf7a..a8a10c5c2 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -751,7 +751,7 @@ <item> <widget class="QCheckBox" name="show_sac"> <property name="text"> - <string>Show SAC</string> + <string>SAC</string> </property> </widget> </item> |