summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 13:25:52 +0200
committerjrizzoli <joey@cyanogenmoditalia.it>2015-08-28 22:09:39 +0200
commit43fc69f17d265ea53fbca6ce781082e8041abb24 (patch)
tree60ccc87503e95936ac10ffaf89273cbb12f89366
parent08665e4bf2aa47afd3b00d5e74589a629040caf1 (diff)
downloadandroid_packages_apps_Gello-43fc69f17d265ea53fbca6ce781082e8041abb24.tar.gz
android_packages_apps_Gello-43fc69f17d265ea53fbca6ce781082e8041abb24.tar.bz2
android_packages_apps_Gello-43fc69f17d265ea53fbca6ce781082e8041abb24.zip
gello: use "/sdcard" for as download path string
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3dac55da..5a21bbcc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -766,7 +766,7 @@
<string name="download_file_exist_msg">File already exists. Please input a new filename.</string>
<string name="download_file_exist">File already exists</string>
<string name ="time_min">min</string>
- <string name="download_path_phone_storage_label">/Phone Storage</string>
+ <string name="download_path_phone_storage_label">/sdcard</string>
<string name="download_path_sd_card_label">/SD card</string>
<string name="download_path_unavailable_dlg_title">Download directory is unavailable</string>
<string name="download_path_unavailable_dlg_msg">Please modify the download directory</string>