diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-03-03 09:22:22 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-03 09:22:22 -0800 |
commit | c4f49d50750725450890aa876b2cced2335647f8 (patch) | |
tree | ae0a705ba41f6fc420f5783c9edd2f603f487da8 /qt-ui/mainwindow.ui | |
parent | b0c16eda64781cccaaaebf7bcc29c4c552d4d7c2 (diff) | |
download | subsurface-c4f49d50750725450890aa876b2cced2335647f8.tar.gz |
Equivalent Air Density Depth was mislabeled
In commit c84ef319a2d8 ("Create a toolbox on the left side of the new
profile") Tomaz invented a new TLA: EED.
No one noticed. Oops.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 390cd6696..addfea98d 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -266,7 +266,7 @@ <item> <widget class="QToolButton" name="profEad"> <property name="toolTip"> - <string>Enable EAD, EED, END</string> + <string>Enable EAD, END, and EADD</string> </property> <property name="text"> <string>...</string> |