diff options
| author | 2016-03-18 17:33:02 +0000 | |
|---|---|---|
| committer | 2016-03-18 17:33:03 +0000 | |
| commit | 7c36cb98125ee71bb6535c67ef488d8b1b216927 (patch) | |
| tree | 3b025114a7fcdac33a732cc8f5aaefbed1257d86 | |
| parent | 79a23a093e70e52164b882d045dfa47468ec5d45 (diff) | |
| parent | 2e45e95f82af2c32ebb56f6894018b839a4d0984 (diff) | |
Merge "Fix "Available virtual keyboard" button string." into nyc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 8c75a7f4f969..ba9bcaa03239 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -2943,8 +2943,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> |