summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorWei-Ta Chen <weita@google.com>2011-10-05 19:08:08 -0700
committerWei-Ta Chen <weita@google.com>2011-10-05 19:52:30 -0700
commit739a5ff8a554729a6637cb042889b9c17be6b9b2 (patch)
tree076813c728ab9143595edd3e1ce7fb99f5a3a587 /res/values
parent1ea2431debf771dd6d8a31b7945cedad332c102e (diff)
downloadLegacyCamera-739a5ff8a554729a6637cb042889b9c17be6b9b2.zip
LegacyCamera-739a5ff8a554729a6637cb042889b9c17be6b9b2.tar.gz
LegacyCamera-739a5ff8a554729a6637cb042889b9c17be6b9b2.tar.bz2
Show a toast while taking a video snapshot with effects on.
Show a toast when a user tries to take a video snapshot while the effects are on. Bug: 5350124 Change-Id: I09092e01a0864db7e48d94e09dc643d17f6b7528
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 396a645..0bdb819 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -318,6 +318,9 @@
<!-- 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>
+ <!-- Toast telling users video snapshot is disabled when the effects are on and a user tries to tap on the viewfinder [CHAR LIMIT=65] -->
+ <string name="disable_video_snapshot_hint">Video snapshot is disabled when special effects are on.</string>
+
<!-- A button in effect setting popup to clear the effect. [CHAR LIMIT=26] -->
<string name="clear_effects">Clear effects</string>