diff options
author | Henrik Brautaset Aronsen <subsurface@henrik.synth.no> | 2014-06-22 16:41:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-06-23 06:48:54 +0800 |
commit | 630ec88dd4a096fa39ad95b54a7dbfa760a212d9 (patch) | |
tree | 0a4cc6f336c92dc7ff2dee828aa88a45736f903e /qt-ui/plannerSettings.ui | |
parent | 21916d67de37fcca027fa392995c24084c954bc1 (diff) | |
download | subsurface-630ec88dd4a096fa39ad95b54a7dbfa760a212d9.tar.gz |
Be more consistent in partial pressure naming
Lets just use pO₂ instead of PO2, ppO2, ppO₂, PO₂.
They all mean the same, but it's better to be
consistent
Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/plannerSettings.ui')
-rw-r--r-- | qt-ui/plannerSettings.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/plannerSettings.ui b/qt-ui/plannerSettings.ui index 7cb0c3572..547bd8124 100644 --- a/qt-ui/plannerSettings.ui +++ b/qt-ui/plannerSettings.ui @@ -65,14 +65,14 @@ <item row="1" column="0"> <widget class="QLabel" name="label_6"> <property name="text"> - <string> bottom ppO2</string> + <string> bottom pO₂</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label_7"> <property name="text"> - <string>deco ppO2</string> + <string>deco pO₂</string> </property> </widget> </item> |