diff options
| author | 2023-06-27 12:58:12 +0000 | |
|---|---|---|
| committer | 2023-06-27 12:58:12 +0000 | |
| commit | 0bc973eb333f7766e0a5c9a994390b4261228c99 (patch) | |
| tree | bb06735aec23d0c9aa3e68bf7a653bdc55577cbb | |
| parent | 05f238364f88dec16959b50d8c0c2e4a53508cd7 (diff) | |
| parent | 6c1a97c2abb15f4faf3149b2081a46bd1407ad83 (diff) | |
Merge "Make IME picker UI wording consistent with settings when hardware keyboard is connected" into udc-qpr-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 04fef58e973e..f795bd7cc3fd 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -3792,7 +3792,7 @@ keyboard is connected --> <string name="show_ime">Keep it on screen while physical keyboard is active</string> <!-- Title of the physical keyboard category in the input method selector [CHAR LIMIT=30] --> - <string name="hardware">Show virtual keyboard</string> + <string name="hardware">Use on-screen keyboard</string> <!-- Title of the notification to prompt the user to configure physical keyboard settings. [CHAR LIMIT=NOTIF_TITLE] --> <string name="select_keyboard_layout_notification_title">Configure <xliff:g id="device_name" example="Foobar USB Keyboard">%s</xliff:g></string> |