diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2013-11-30 11:13:41 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 07:19:48 -0800 |
commit | 10a43af06697cf7f2be36390bd052733fa3b4a76 (patch) | |
tree | 9ebacb162679fe075c41f51f32c498235a849270 /qt-ui/maintab.ui | |
parent | 51d298c8d5d739c2aeaebd4dbea289564bd3e260 (diff) | |
download | subsurface-10a43af06697cf7f2be36390bd052733fa3b4a76.tar.gz |
Minor text cleanup
Use the same case for the first letter in the dive table column headers,
use '%' for both gases in the planner, and show "Start time" instead of
"Starttime".
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.ui')
-rw-r--r-- | qt-ui/maintab.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/maintab.ui b/qt-ui/maintab.ui index 3a36a951c..90bcf57b7 100644 --- a/qt-ui/maintab.ui +++ b/qt-ui/maintab.ui @@ -60,7 +60,7 @@ <item row="1" column="0"> <widget class="QLabel" name="DateTimeLabel"> <property name="text"> - <string>Starttime</string> + <string>Start time</string> </property> </widget> </item> |