diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-05-21 20:14:23 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-05-21 07:03:55 -0700 |
commit | 1e607ae98d2f57ebb8dab27ada29187d9bd2dffb (patch) | |
tree | 342754110e953b1d22e5a810ce7cfadac151ce57 /desktop-widgets/plannerSettings.ui | |
parent | 9b29173363861861949814191861fa46e255c349 (diff) | |
download | subsurface-1e607ae98d2f57ebb8dab27ada29187d9bd2dffb.tar.gz |
fixup: Don't confuse EAD and END
The previous patch (Planner: add best mix EAD preference) used the term EAD
(equivalent air depth) in variable names and strings, when it should have been
END (equivalent narcotic depth).
They're not the same thing and shouldn't be confused.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/plannerSettings.ui')
-rw-r--r-- | desktop-widgets/plannerSettings.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop-widgets/plannerSettings.ui b/desktop-widgets/plannerSettings.ui index 2ec8d4ab3..81783cf80 100644 --- a/desktop-widgets/plannerSettings.ui +++ b/desktop-widgets/plannerSettings.ui @@ -589,7 +589,7 @@ </widget> </item> <item row="4" column="1"> - <widget class="QSpinBox" name="bestmixEAD"> + <widget class="QSpinBox" name="bestmixEND"> <property name="suffix"> <string>m</string> </property> @@ -622,9 +622,9 @@ </widget> </item> <item row="4" column="0"> - <widget class="QLabel" name="bestEAD"> + <widget class="QLabel" name="bestEND"> <property name="text"> - <string>Best mix EAD</string> + <string>Best mix END</string> </property> </widget> </item> @@ -765,7 +765,7 @@ <tabstop>decoStopSAC</tabstop> <tabstop>bottompo2</tabstop> <tabstop>decopo2</tabstop> - <tabstop>bestmixEAD</tabstop> + <tabstop>bestmixEND</tabstop> <tabstop>display_runtime</tabstop> <tabstop>display_duration</tabstop> <tabstop>display_transitions</tabstop> |