summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorAlan Newberger <alann@google.com>2013-11-05 20:15:01 -0800
committerAlan Newberger <alann@google.com>2013-11-05 20:15:01 -0800
commit2bcb8d1ff1c448d4c22e9172f2bb83839d1759cb (patch)
treed3e5918c7aa3a5dd4e1bf606f69be8e21ca372ae /res/values/strings.xml
parent404d7eb0029e1dcb94d38b0595fdd84345207b0a (diff)
downloadandroid_packages_apps_Snap-2bcb8d1ff1c448d4c22e9172f2bb83839d1759cb.tar.gz
android_packages_apps_Snap-2bcb8d1ff1c448d4c22e9172f2bb83839d1759cb.tar.bz2
android_packages_apps_Snap-2bcb8d1ff1c448d4c22e9172f2bb83839d1759cb.zip
add 'capturing' string for in process indicators
This string can be used for in progess screen indicators. Bug: 11505806 Change-Id: I3b0e3809b8389cfea2059b239d09a3e0766a77c6
Diffstat (limited to 'res/values/strings.xml')
-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 69b60fe7c..9879864a9 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -185,6 +185,9 @@
<!-- A label that overlays on top of the preview frame to indicate the camcorder is in time lapse mode [CHAR LIMIT=35] -->
<string name="time_lapse_title">Time lapse recording</string>
+ <!-- Screen display message during image capture to indicate that the capture is in progress, like during HDR+. [CHAR LIMIT=20] -->
+ <string name="capturing">Capturing</string>
+
<!-- Settings screen, camera selection dialog title. Users can select a camera from the phone (front-facing or back-facing). [CHAR LIMIT=20] -->
<string name="pref_camera_id_title">Choose camera</string>