Skip to content

Commit c6a464e

Browse files
committed
Adjust UI caption to be more intuitive.
Motion sensititivity actually sets a threshold (the bigger the number, the bigger the required acceleration) so use the word threshold in the UI. (Larger values mean less sensitive, so "sensitivity" here seemed counter-intuitive). Also add a tooltip on this setting, to clarify further.
1 parent 92cc85b commit c6a464e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/gcn64cfg.glade

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,8 @@ Author: Raphaël Assenat
14341434
<property name="can_focus">False</property>
14351435
<property name="halign">start</property>
14361436
<property name="hexpand">False</property>
1437-
<property name="label" translatable="yes">Motion sensitivity:</property>
1437+
<property name="label" translatable="yes">Tilt threshold:</property>
1438+
<property name="tooltip_text" translatable="yes">Higher values mean a larger acceleration (shake) or angle is required to trigger. (Note: This value is not an angle)</property>
14381439
</object>
14391440
<packing>
14401441
<property name="expand">True</property>
@@ -1451,6 +1452,7 @@ Author: Raphaël Assenat
14511452
<property name="adjustment">accelSensRange</property>
14521453
<property name="numeric">True</property>
14531454
<signal name="value-changed" handler="accelSensitivityChanged" swapped="no"/>
1455+
<property name="tooltip_text" translatable="yes">Higher values mean a larger acceleration (shake) or angle is required to trigger. (Note: This value is not an angle)</property>
14541456
</object>
14551457
<packing>
14561458
<property name="expand">False</property>

0 commit comments

Comments
 (0)