summaryrefslogtreecommitdiffstats
path: root/res/values-zh-rCN
diff options
context:
space:
mode:
authorkaiyiz <kaiyiz@codeaurora.org>2013-09-16 16:59:43 +0800
committerkaiyiz <kaiyiz@codeaurora.org>2013-09-17 14:40:21 +0800
commitf1a66765e22d4cdedccfe53234d166ffc5151d52 (patch)
tree779bff7a05c7e4b8d3e3cfa717ba1e0743db35a5 /res/values-zh-rCN
parentdf2aba20d36742fffb5533239c0d1e3d5bc9990c (diff)
downloadandroid_packages_apps_Gello-f1a66765e22d4cdedccfe53234d166ffc5151d52.tar.gz
android_packages_apps_Gello-f1a66765e22d4cdedccfe53234d166ffc5151d52.tar.bz2
android_packages_apps_Gello-f1a66765e22d4cdedccfe53234d166ffc5151d52.zip
Browser: real download path can't match the displayed path
When download type is image/audio/video,will put them in corresponding subfolder Pictures/Music/Movies not only in Download subfolder.So the path can't match the displayed path. Move the code change into Browser app.So that when user try to download some file whose type is image/audio/video,download settings will show the corresponding subfolder to let user download in. CRs-Fixed: 539491 Change-Id: Ia5b77501d402bc02b7578a70bac7b6554278a671
Diffstat (limited to 'res/values-zh-rCN')
-rw-r--r--res/values-zh-rCN/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 7d0223c7..e16cb17b 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -454,7 +454,7 @@
<string name="download_file_exist_msg">文件已经存在,请重新输入文件名!</string>
<string name="download_file_exist">文件已经存在</string>
<string name ="time_min">分钟</string>
- <string name="download_path_phone_stroage_label">/内置存储器</string>
+ <string name="download_path_phone_storage_label">/内置存储器</string>
<string name="download_path_sd_card_label">/SD卡</string>
<string name="download_path_unavailable_dlg_title">浏览器的下载路径不可达</string>
<string name="download_path_unavailable_dlg_msg">请重新设置浏览器的下载路径</string>