diff options
author | Giuseppe 'ferdy' Miceli <ferdy@ferdy.it> | 2014-03-03 17:55:07 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-03-03 09:43:07 -0800 |
commit | 9b0817596df87d06cb8606a92602600694add98a (patch) | |
tree | 072263c524fdaaaaa8a0c3d0433bba72471eaf07 /qt-ui/mainwindow.ui | |
parent | 3b1b01b2938117680af39cbc234ce1a9bcb5aebf (diff) | |
download | subsurface-9b0817596df87d06cb8606a92602600694add98a.tar.gz |
Correct another typo
Non-stop Dive Limit (or No Deco Limit) abbreviation is not NTL but NDL
Signed-off-by: Giuseppe 'ferdy' Miceli <ferdy@ferdy.it>
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 fc1dc2c6f..c6459c703 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -376,7 +376,7 @@ <item> <widget class="QToolButton" name="profNdl_tts"> <property name="toolTip"> - <string>Show NTL / TTS</string> + <string>Show NDL / TTS</string> </property> <property name="text"> <string>...</string> |