diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-01-07 16:55:29 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-01-07 16:55:29 +0100 |
commit | 842adaf66dabdcfcea9953ec113eb29407211f66 (patch) | |
tree | 48658562f49174dabc826d8303bffb76ea28d1a9 /gui | |
parent | f36c13846be43cd54f3000cb48a04d02da1d8730 (diff) |
gui: fix zero shortcut description
Closes #290
Diffstat (limited to 'gui')
-rw-r--r-- | gui/settings.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/settings.ui b/gui/settings.ui index 03566c2e..3a5de399 100644 --- a/gui/settings.ui +++ b/gui/settings.ui @@ -49,7 +49,7 @@ </sizepolicy> </property> <property name="text"> - <string><html><head/><body><p><span style=" font-weight:600;">Center</span> - use current pose as looking perfectly forward.<br/><span style=" font-weight:600;">Toggle</span> - keep looking at same spot until toggle keypress.<br/><span style=" font-weight:600;">Zero</span> - keep looking forward while the key is pressed.<br/></p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600;">Center</span> - use current pose as looking perfectly forward.<br/><span style=" font-weight:600;">Toggle</span> - keep looking at same spot until next toggle keypress.<br/><span style=" font-weight:600;">Zero</span> - keep looking forward until next zero keypress.<br/></p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> |