diff options
author | Tim Wootton <tim@tee-jay.demon.co.uk> | 2014-07-11 23:15:25 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-11 16:58:02 -0700 |
commit | 44a554d53a5d1167bd79e54f8b752154a3b2877a (patch) | |
tree | afbc3e249d9f9e4b9f93814e2b1c1ee333052b25 /qt-ui/mainwindow.ui | |
parent | d69d1cdfcdd6ba311c95ef1d401140c1b46915fb (diff) | |
download | subsurface-44a554d53a5d1167bd79e54f8b752154a3b2877a.tar.gz |
Makes profile button tool-tips consistent
Toggle seems to fit all these scenarios ok.
Signed-off-by: Tim Wootton <tim@tee-jay.demon.co.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.ui')
-rw-r--r-- | qt-ui/mainwindow.ui | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/qt-ui/mainwindow.ui b/qt-ui/mainwindow.ui index 0869df46c..3bcfb7e50 100644 --- a/qt-ui/mainwindow.ui +++ b/qt-ui/mainwindow.ui @@ -125,7 +125,7 @@ <item row="2" column="0"> <widget class="QToolButton" name="profPhe"> <property name="toolTip"> - <string>Enable the pHe graph</string> + <string>Toggle pHe graph</string> </property> <property name="text"> <string>...</string> @@ -151,7 +151,7 @@ <item row="5" column="0"> <widget class="QToolButton" name="profCalcAllTissues"> <property name="toolTip"> - <string>Calculate All Tissues</string> + <string>Toggle calculating all tissues</string> </property> <property name="text"> <string>...</string> @@ -180,7 +180,7 @@ <bool>true</bool> </property> <property name="toolTip"> - <string>Show the DC Reported Ceiling</string> + <string>Toggle DC reported ceiling</string> </property> <property name="text"> <string>...</string> @@ -209,7 +209,7 @@ <bool>true</bool> </property> <property name="toolTip"> - <string>Show the Calculated Ceiling</string> + <string>Toggle calculated ceiling</string> </property> <property name="text"> <string>...</string> @@ -235,7 +235,7 @@ <item row="10" column="0"> <widget class="QToolButton" name="profNdl_tts"> <property name="toolTip"> - <string>Show NDL / TTS</string> + <string>Toggle NDL, TTS</string> </property> <property name="text"> <string>...</string> @@ -261,7 +261,7 @@ <item row="6" column="0"> <widget class="QToolButton" name="profIncrement3m"> <property name="toolTip"> - <string>Show Calculated Ceiling with 3m Increments</string> + <string>Toggle calculated ceiling with 3m increments</string> </property> <property name="text"> <string>...</string> @@ -287,7 +287,7 @@ <item row="7" column="0"> <widget class="QToolButton" name="profHR"> <property name="toolTip"> - <string>Show/hide heart rate</string> + <string>Toggle heart rate</string> </property> <property name="text"> <string>...</string> @@ -313,7 +313,7 @@ <item row="8" column="0"> <widget class="QToolButton" name="profMod"> <property name="toolTip"> - <string>Enable MOD</string> + <string>Toggle MOD</string> </property> <property name="text"> <string>...</string> @@ -339,7 +339,7 @@ <item row="9" column="0"> <widget class="QToolButton" name="profEad"> <property name="toolTip"> - <string>Enable EAD, END, and EADD</string> + <string>Toggle EAD, END, EADD</string> </property> <property name="text"> <string>...</string> @@ -365,7 +365,7 @@ <item row="11" column="0"> <widget class="QToolButton" name="profSAC"> <property name="toolTip"> - <string>Show SAC Rate</string> + <string>Toggle SAC rate</string> </property> <property name="text"> <string>...</string> @@ -417,7 +417,7 @@ <item row="12" column="0"> <widget class="QToolButton" name="profRuler"> <property name="toolTip"> - <string>Enable / Disable the Ruler</string> + <string>Toggle ruler</string> </property> <property name="text"> <string>...</string> @@ -443,7 +443,7 @@ <item row="0" column="0"> <widget class="QToolButton" name="profPO2"> <property name="toolTip"> - <string>Enable the pO2 Graph</string> + <string>Toggle pO2 Graph</string> </property> <property name="text"> <string>...</string> @@ -472,7 +472,7 @@ <item row="1" column="0"> <widget class="QToolButton" name="profPn2"> <property name="toolTip"> - <string>Enable the pN2 Graph</string> + <string>Toggle pN2 Graph</string> </property> <property name="text"> <string>...</string> |