diff options
author | Giuseppe 'ferdy' Miceli <ferdy@ferdy.it> | 2014-03-03 17:35:58 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-03 09:40:51 -0800 |
commit | 3b1b01b2938117680af39cbc234ce1a9bcb5aebf (patch) | |
tree | c4af084372564d4febc38cf8bd62abf9d60ef9b5 /qt-ui/mainwindow.ui | |
parent | efac343206a007e0ddec78610b72cf504160bf1c (diff) | |
download | subsurface-3b1b01b2938117680af39cbc234ce1a9bcb5aebf.tar.gz |
Correct typo in partial pressure abbreviations
Partial pressures abbreviations should have capitalized chemical element
symbols e.g. pn2 -> pN2
Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index addfea98d..fc1dc2c6f 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -188,7 +188,7 @@ <item> <widget class="QToolButton" name="profPn2"> <property name="toolTip"> - <string>Enable the pn2 Graph</string> + <string>Enable the pN2 Graph</string> </property> <property name="text"> <string>...</string> @@ -214,7 +214,7 @@ <item> <widget class="QToolButton" name="profPhe"> <property name="toolTip"> - <string>Enable the phe graph</string> + <string>Enable the pHe graph</string> </property> <property name="text"> <string>...</string> |