diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6a54d7a31..bb77a0c5c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -3202,7 +3202,7 @@ interacting with an app.</string> <!-- Title for a warning about disabling an accessibility service. [CHAR LIMIT=NONE] --> - <string name="disable_service_title">Stop<xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> + <string name="disable_service_title">Stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>?</string> <!-- Message for a warning about disabling accessibility service. [CHAR LIMIT=NONE] --> <string name="disable_service_message">Touching OK will stop <xliff:g id="service" example="TalkBack">%1$s</xliff:g>.</string> @@ -4498,4 +4498,10 @@ <string name="wizard_next">Next</string> <!-- Wizard next button label [CHAR LIMIT=25] --> <string name="wizard_finish">Finish</string> + + <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] --> + <string name="user_image_take_photo" msgid="7496128293167402354">Take photo</string> + <!-- An option in a photo selection dialog, if there is no photo yet [CHAR LIMIT=50] --> + <string name="user_image_choose_photo" msgid="3746334626214970837">Choose photo from Gallery</string> + </resources> |