diff options
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a62a73f..28b4621 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -316,4 +316,9 @@ <!-- Message displayed in overlay during background replacement training [CHAR LIMIT=180]--> <string name="bg_replacement_message">Place your device on a steady surface and be sure there\'s no movement behind you.\n\nThen step out of the camera\'s view.</string> + <!-- Toast after trying to select a setting that is not allowed to change in effect [CHAR LIMIT=50] --> + <string name="not_selectable_in_effect">This is not selectable when the effect is on.</string> + + <!-- Toast telling users tapping on the viewfinder will take a picture [CHAR LIMIT=65] --> + <string name="video_snapshot_hint">Take a photo during video recording by tapping on the preview screen.</string> </resources> |