diff --git a/Desktop/components/JASP/Widgets/FileMenu/PrefsData.qml b/Desktop/components/JASP/Widgets/FileMenu/PrefsData.qml index c5787979cf9..138047b4d36 100644 --- a/Desktop/components/JASP/Widgets/FileMenu/PrefsData.qml +++ b/Desktop/components/JASP/Widgets/FileMenu/PrefsData.qml @@ -141,10 +141,12 @@ QTC.ScrollView KeyNavigation.tab: resetDataWithThresholdButton + toolTip: qsTr("If a variable has more distinct integer values than this it will be interpreted as scale.") + Button { id: resetDataWithThresholdButton - label: qsTr("Reset variable types") + label: qsTr("Apply to loaded data") visible: mainWindow.dataAvailable onClicked: mainWindow.resetVariableTypes() anchors