diff options
author | Wu-cheng Li <wuchengli@google.com> | 2010-12-13 19:38:38 +0800 |
---|---|---|
committer | Wu-cheng Li <wuchengli@google.com> | 2010-12-14 14:42:57 +0800 |
commit | ae300166c0273139d5e5c45fb745347950761b47 (patch) | |
tree | aa7c23e3766a9394c16028378fdb18950f16f996 /res/values/strings.xml | |
parent | dd6d702e0cdf6f5dc8a7fd478a853e2e0eb85a60 (diff) | |
download | LegacyCamera-ae300166c0273139d5e5c45fb745347950761b47.zip LegacyCamera-ae300166c0273139d5e5c45fb745347950761b47.tar.gz LegacyCamera-ae300166c0273139d5e5c45fb745347950761b47.tar.bz2 |
Some changes about time lapse recording label.
1. Move time lapse recording label from bottom to top.
2. Change the string from "Time Lapse" to "Time lapse recording".
3. Increase the padding between the red recording indicator and the
recording time.
bug:3278546
Change-Id: Ifaca285f398fb4b1c81e5dd32315379add73e2a6
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 8102bc3..92bc3ee 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -123,7 +123,7 @@ <string name="disable_time_lapse_mode">Disable Time Lapse</string> <!-- A lable 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</string> + <string name="time_lapse_title">Time lapse recording</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">Select camera</string> |