diff options
| author | Adryzz (OLED Edition) <46694241+adryzz@users.noreply.github.com> | 2021-11-10 19:21:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-10 15:21:51 -0300 |
| commit | bc00a251dd14f7cce4023a42bb76d23165755006 (patch) | |
| tree | ab644bf09229e91761acf9f1cd20aec3d0812cd3 | |
| parent | 911ea38e939459c652c6e27a28599340a61267dc (diff) | |
Fix direct mouse access checkbox label (#2827)
* Fix direct mouse access checkbox label
* Change UI label so that the mouse is a pointing device
| -rw-r--r-- | Ryujinx/Ui/Windows/SettingsWindow.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade index 7e2f86cd..fa544edb 100644 --- a/Ryujinx/Ui/Windows/SettingsWindow.glade +++ b/Ryujinx/Ui/Windows/SettingsWindow.glade @@ -526,7 +526,7 @@ <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property> - <property name="tooltip-text" translatable="yes">Enable or disable "direct keyboard access (HID) support" (Provides games access to your keyboard as a text entry device)</property> + <property name="tooltip-text" translatable="yes">Enable or disable "direct mouse access (HID) support" (Provides games access to your mouse as a pointing device)</property> <property name="draw-indicator">True</property> </object> <packing> |
