diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-09-10 18:37:48 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-09-11 08:31:35 -0700 |
commit | 78ba24b84cac4603d9d83d9ae990e6fd726096af (patch) | |
tree | cb89fa8969816d563fd9c0111ab051cb7342e6bf /qt-ui/mainwindow.ui | |
parent | 2be61650863dc4c75c91301847ccab6babb1bea6 (diff) | |
download | subsurface-78ba24b84cac4603d9d83d9ae990e6fd726096af.tar.gz |
Makes new DC config dialog follow existing UI txt style
Sets text strings to follow the style of existing UI components in use of
capitalisation and use of :
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-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 b0d65932f..6b27e6687 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -637,7 +637,7 @@ p, li { white-space: pre-wrap; } </action> <action name="actionConfigure_Dive_Computer"> <property name="text"> - <string>Configure &Dive Computer</string> + <string>Configure &dive computer</string> </property> </action> <action name="actionReplanDive"> |