>From b2d4cd741cbe1c7c5a63c37478b4ea94e5348823 Mon Sep 17 00:00:00 2001 From: Giuseppe 'ferdy' Miceli <[email protected]> Date: Mon, 3 Mar 2014 17:27:03 +0100 Subject: [PATCH] Correct typo in partial pressure abbreviations (e.g. pn2 -> pN2)
Partial pressures abbreviations should have capitalized chemical element symbols. Signed-off-by: Giuseppe 'ferdy' Miceli <[email protected]> --- qt-ui/mainwindow.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 390cd66..ed82c4f 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> -- 1.8.5.5
_______________________________________________ subsurface mailing list [email protected] http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface
