diff options
author | Willem Ferguson <willemferguson@zoology.up.ac.za> | 2014-04-07 14:47:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-04-07 10:07:24 -0700 |
commit | dcee5d4c0af25604d66526ea7ba8aa0fe3c5a75b (patch) | |
tree | e07a99f3c6d68f71022ed3a9f66dc354c99d5ed4 /qt-ui/preferences.ui | |
parent | 1b6b2b78c8735206e172c4cfda1887cb22e62792 (diff) | |
download | subsurface-dcee5d4c0af25604d66526ea7ba8aa0fe3c5a75b.tar.gz |
Preferences: Change of text for unused cylinders.
The present text for configuring the display of unused cylinders simply reads:
"unused cylinders". This is now changed to "Show non-used cylinders in
Equipment Tab". The latter wording is much clearer to the average user.
Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
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 0069ccc15..502cc2915 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -638,7 +638,7 @@ <item> <widget class="QCheckBox" name="display_unused_tanks"> <property name="text"> - <string>unused cylinders</string> + <string>Show non-used cylinders in Equipment Tab</string> </property> </widget> </item> |