diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index bca1d09..aa3b94f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2760,6 +2760,8 @@ found in the list of installed apps.</string> <string name="accessibility_toggle_large_text_title">Large text</string> <!-- Title for the accessibility preference to power button to end a call. [CHAR LIMIT=35] --> <string name="accessibility_power_button_ends_call_title">Power button ends call</string> + <!-- Title for the accessibility preference to speak passwords. [CHAR LIMIT=35] --> + <string name="accessibility_speak_password_title">Speak passwords</string> <!-- Title for accessibility preference to enable touch exploration mode. [CHAR LIMIT=35] --> <string name="accessibility_touch_exploration_title">Explore by touch</string> <!-- Summary for accessibility of the touch exploration mode. [CHAR LIMIT=NONE] --> |