mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Rename the model column from NITROX to GAS
The column isn't just about NITROX, there might be air and trimix in there too. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e07d23f806
commit
619c1b3ec9
3 changed files with 6 additions and 6 deletions
|
@ -191,7 +191,7 @@ struct DiveItem : public TreeItem {
|
|||
TOTALWEIGHT,
|
||||
SUIT,
|
||||
CYLINDER,
|
||||
NITROX,
|
||||
GAS,
|
||||
SAC,
|
||||
OTU,
|
||||
MAXCNS,
|
||||
|
@ -245,7 +245,7 @@ public:
|
|||
TOTALWEIGHT,
|
||||
SUIT,
|
||||
CYLINDER,
|
||||
NITROX,
|
||||
GAS,
|
||||
SAC,
|
||||
OTU,
|
||||
MAXCNS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue