diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 00:06:51 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-10 16:30:56 -0700 |
commit | 8940f29eadf57d058b18e4cfc8c4bce889be35d7 (patch) | |
tree | b9e1eff85eb36aabdd4648129dd38c255689d33c /qt-ui/maintab.ui | |
parent | 25114a4e847614382b5dc41a4c90ce52a2bba086 (diff) | |
download | subsurface-8940f29eadf57d058b18e4cfc8c4bce889be35d7.tar.gz |
Prefer "temp." vs "temp" and sometimes "temperature"
For consitency in the UI
There are plenty more of these to find, and once in a while
"Temperature" looks more apropriate, like in a title, but most
of the time "temp." works best.
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 62f32f4fd..7fa86201d 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -69,14 +69,14 @@ <item> <widget class="QLabel" name="airTempLabel"> <property name="text"> - <string>Air temp</string> + <string>Air temp.</string> </property> </widget> </item> <item> <widget class="QLabel" name="waterTempLabel"> <property name="text"> - <string>Water temp</string> + <string>Water temp.</string> </property> </widget> </item> @@ -604,7 +604,7 @@ <item row="3" column="1"> <widget class="QGroupBox" name="groupBox_9"> <property name="title"> - <string>Air temperature</string> + <string>Air temp.</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_11"> <item> @@ -623,7 +623,7 @@ <item row="3" column="2"> <widget class="QGroupBox" name="groupBox_8"> <property name="title"> - <string>Water temperature</string> + <string>Water temp.</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> |