diff options
| author | 2020-04-27 09:34:51 +0000 | |
|---|---|---|
| committer | 2020-04-27 09:34:51 +0000 | |
| commit | cd63a66fde46277f28ef81b157a23ecffdb60d45 (patch) | |
| tree | 97a630909cb8cadef5b7cf09ba86c12ec8132bd8 | |
| parent | 413ce328e5b352de40ec579574de35bbea710105 (diff) | |
| parent | 135b5f2b160aec409803a3ab6f4e71785335c49c (diff) | |
Merge "Add new strings for multiple shortcut menu item." into rvc-dev
| -rw-r--r-- | core/res/res/values/strings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 0e40c988164a..9c93c3e8cab1 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -4410,6 +4410,12 @@ shortcut enabled. [CHAR LIMIT=none] --> <string name="accessibility_shortcut_off">Don’t turn on</string> + <!-- Text for a feature status that is enabled. [CHAR LIMIT=10] --> + <string name="accessibility_shortcut_menu_item_status_on">ON</string> + + <!-- Text for a feature status that is disabled. [CHAR LIMIT=10] --> + <string name="accessibility_shortcut_menu_item_status_off">OFF</string> + <!-- Title for a warning about security implications of enabling an accessibility service. [CHAR LIMIT=NONE] --> <string name="accessibility_enable_service_title">Allow |