diff options
author | Wu-cheng Li <wuchengli@google.com> | 2011-09-15 12:19:36 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2011-09-15 12:19:36 +0800 |
commit | 0b1c4baf0cd8fc72373d9a0ea56752ffc0b5abd0 (patch) | |
tree | 2b6880860aaa294d8c75c3eed3ffc75339f05d0e /res | |
parent | f9ca064c115117c60568093d9e00350cf18688d5 (diff) | |
download | LegacyCamera-0b1c4baf0cd8fc72373d9a0ea56752ffc0b5abd0.zip LegacyCamera-0b1c4baf0cd8fc72373d9a0ea56752ffc0b5abd0.tar.gz LegacyCamera-0b1c4baf0cd8fc72373d9a0ea56752ffc0b5abd0.tar.bz2 |
Add strings for video snapshot hint and effect toast.
bug:5274338
Change-Id: I9628008cc73b4a346995bacc8d2727bffec4a478
Diffstat (limited to 'res')
-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> |