diff options
author | Hung-ying Tyan <tyanh@google.com> | 2010-12-20 18:38:18 +0800 |
---|---|---|
committer | Hung-ying Tyan <tyanh@google.com> | 2010-12-20 18:38:18 +0800 |
commit | 566f13a99129d8d2698078ce16db91f1d55ccd6a (patch) | |
tree | 971268d0853afc2cf92e4fc9ee1f37172535151a /res/values/strings.xml | |
parent | f66311893cece329ecbb49161940fdc2071b1c4f (diff) | |
download | LegacyCamera-566f13a99129d8d2698078ce16db91f1d55ccd6a.zip LegacyCamera-566f13a99129d8d2698078ce16db91f1d55ccd6a.tar.gz LegacyCamera-566f13a99129d8d2698078ce16db91f1d55ccd6a.tar.bz2 |
Add char limit to camera strings.
Bug: 3290294
Change-Id: I3dde1e74b4231941aebf1c5120fae1d3168b1289
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6c9a859..105fb0a 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -81,16 +81,16 @@ <string name="confirm_restore_title">Restore defaults</string> <string name="confirm_restore_message">Camera settings will be restored to defaults.</string> - <!-- button in review mode indicating that the video just taken should be played --> + <!-- button in review mode indicating that the video just taken should be played [CHAR LIMIT=10] --> <string name="review_play">Play</string> - <!-- button in review mode indicating that the video recording session should be canceled --> + <!-- button in review mode indicating that the photo taking/video recording session should be canceled [CHAR LIMIT=10] --> <string name="review_cancel">Cancel</string> - <!-- button in review mode indicating that the taken video is OK to be attached/uploaded --> + <!-- button in review mode indicating that the taken photo/video is OK to be attached/uploaded [CHAR LIMIT=10] --> <string name="review_ok">Ok</string> - <!-- button in review mode indicate the user want to retake another picture for attachment --> + <!-- button in review mode indicate the user want to retake another photo/video for attachment [CHAR LIMIT=10] --> <string name="review_retake">Retake</string> <!-- button indicating that the picture just taken should be deleted --> |