diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-06-29 16:46:18 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-29 08:33:02 -0700 |
commit | 5617f36ed8f905ac00cbf6a705147914f8596a83 (patch) | |
tree | 29a086fe3440694b41e488da78b849f51b5989da /qt-ui/diveplanner.ui | |
parent | 816a78f5baecffa8979d1f70d8141612167769ec (diff) | |
download | subsurface-5617f36ed8f905ac00cbf6a705147914f8596a83.tar.gz |
Surface pressure is in mbar, not bar
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.ui')
-rw-r--r-- | qt-ui/diveplanner.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.ui b/qt-ui/diveplanner.ui index afed678ce..ce9b56ec7 100644 --- a/qt-ui/diveplanner.ui +++ b/qt-ui/diveplanner.ui @@ -148,7 +148,7 @@ <item row="3" column="1"> <widget class="QSpinBox" name="ATMPressure"> <property name="suffix"> - <string>bar</string> + <string>mbar</string> </property> <property name="maximum"> <number>2000</number> |