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 | |
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>
-rw-r--r-- | qt-ui/mainwindow.ui | 2 | ||||
-rw-r--r-- | translations/subsurface_source.ts | 10 |
2 files changed, 6 insertions, 6 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> diff --git a/translations/subsurface_source.ts b/translations/subsurface_source.ts index cf975110b..911bd2af2 100644 --- a/translations/subsurface_source.ts +++ b/translations/subsurface_source.ts @@ -1303,6 +1303,11 @@ Please, remove them first.</source> <translation type="unfinished"></translation> </message> <message> + <location filename="../qt-ui/mainwindow.ui" line="269"/> + <source>Enable EAD, END, and EADD</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../qt-ui/mainwindow.ui" line="738"/> <source>Ctrl+U</source> <translation type="unfinished"></translation> @@ -1465,11 +1470,6 @@ Please, remove them first.</source> <translation type="unfinished"></translation> </message> <message> - <location filename="../qt-ui/mainwindow.ui" line="269"/> - <source>Enable EAD, EED, END</source> - <translation type="unfinished"></translation> - </message> - <message> <location filename="../qt-ui/mainwindow.ui" line="298"/> <source>Show the DC Reported Ceiling</source> <translation type="unfinished"></translation> |