mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
efac343206
commit
3b1b01b293
1 changed files with 2 additions and 2 deletions
|
@ -188,7 +188,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="profPn2">
|
<widget class="QToolButton" name="profPn2">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Enable the pn2 Graph</string>
|
<string>Enable the pN2 Graph</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
|
@ -214,7 +214,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="profPhe">
|
<widget class="QToolButton" name="profPhe">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Enable the phe graph</string>
|
<string>Enable the pHe graph</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>...</string>
|
<string>...</string>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue