Skip to content

Commit a8dd95b

Browse files
committed
#2077 feat: rename "This device" and "any device" to "This Android device" and "Any input device" to prevent confusion.
1 parent 0c6161a commit a8dd95b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
- #2106 disable the keyboard auto-switching setting when manually switching the keyboard in the Key Mapper homescreen menu.
99
- #2081 add getevent debug screen.
1010
- #2087 small segmented button text is not readable in dark mode.
11+
- #2077 rename "This device" and "any device" to "This Android device" and "Any input device" to prevent confusion.
1112

1213
## Fixed
1314

base/src/main/res/values/strings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<string name="on">On</string>
1717
<string name="off">Off</string>
1818
<string name="follow_system">Follow system</string>
19-
<string name="this_device">This device</string>
20-
<string name="any_device">Any device</string>
19+
<string name="this_device">This Android device</string>
20+
<string name="any_device">Any input device</string>
2121
<string name="slider_default">Default</string>
2222
<string name="button_enable_accessibility_service">Enable accessibility service</string>
2323
<string name="button_restart_accessibility_service">Restart accessibility service</string>

0 commit comments

Comments
 (0)