The terms tank and cylinder are used interchangably both in diving and in the code, but in the UI we should be consistant in what we display to the user.
Signed-off-by: Tim Wootton <[email protected]> --- qt-ui/preferences.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/preferences.ui b/qt-ui/preferences.ui index 06e0001..4345730 100644 --- a/qt-ui/preferences.ui +++ b/qt-ui/preferences.ui @@ -652,7 +652,7 @@ <item> <widget class="QCheckBox" name="display_unused_tanks"> <property name="text"> - <string>unused tanks</string> + <string>unused cylinders</string> </property> </widget> </item> -- 1.9.0 _______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
