summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Abodunrinwa Toki <toki@google.com> 2016-03-17 19:34:29 +0000
committer Abodunrinwa Toki <toki@google.com> 2016-03-18 12:53:22 +0000
commit2e45e95f82af2c32ebb56f6894018b839a4d0984 (patch)
tree85a6b4e13621fb751993d6edfb062f76cea2eda3
parentd3eb078ac7aa1a046d1b23519d91ac0c8d3241bc (diff)
Fix "Available virtual keyboard" button string.
Bug: 27543294 Change-Id: I3c108f70aea179ee612058393d1152adb7317ce8
-rw-r--r--core/res/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml
index 5d083d7f43c7..03333eb6b192 100644
--- a/core/res/res/values/strings.xml
+++ b/core/res/res/values/strings.xml
@@ -2936,8 +2936,8 @@
<!-- Title of the pop-up dialog in which the user switches keyboard, also known as input method. -->
<string name="select_input_method">Change keyboard</string>
- <!-- Title of a button to open the settings to enable or disable keyboards, also known as input methods [CHAR LIMIT=30] -->
- <string name="configure_input_methods">Choose keyboards</string>
+ <!-- Title of a button to open the settings to enable or disable other soft keyboards (also known as input methods) [CHAR LIMIT=30] -->
+ <string name="configure_input_methods">Other keyboards</string>
<!-- Summary text of a toggle switch to enable/disable use of the IME while a physical
keyboard is connected -->
<string name="show_ime">Keep it on screen while physical keyboard is active</string>