summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2012-10-15 18:52:52 -0700
committerChris Craik <ccraik@google.com>2012-10-16 10:01:12 -0700
commit2d0bf4d9ce464a97f370c73c839421de8397a5b1 (patch)
tree5b64d9720fbbac44913acffc5567252c15013e36 /res
parent92cd5e6cdb366322733dacd7b6d36d9f0ca43eac (diff)
downloadandroid_packages_apps_Snap-2d0bf4d9ce464a97f370c73c839421de8397a5b1.tar.gz
android_packages_apps_Snap-2d0bf4d9ce464a97f370c73c839421de8397a5b1.tar.bz2
android_packages_apps_Snap-2d0bf4d9ce464a97f370c73c839421de8397a5b1.zip
Correct toast text for clarity
bug:7353760 Makes the English string better, but should still be a format string. Change-Id: If998aab71d8f859911df6c7b332e908dcb43afc2
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 854893ecd..6f6453891 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -489,7 +489,8 @@
<string name="please_wait">Please wait</string>
<!-- Toast after the trimming is done. [CHAR LIMIT=50] -->
- <string name="save_into">Save trimmed video into</string>
+ <!-- TODO: this should be a format string!-->
+ <string name="save_into">Saving trimmed video into album :</string>
<!-- Toast if the trimmed video is too short to trim. [CHAR LIMIT=80] -->
<string name="trim_too_short">Can not trim : target video is too short</string>