summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-10-19 18:10:27 -0700
committerEric Fischer <enf@google.com>2010-10-20 10:24:17 -0700
commit26cfad45869a0258e67f663d8fdf3d822ce62bbf (patch)
tree029141196f8248288f17b41218b5b6c4c0554052
parentea88c83165a094b24e237cd7f2f1617858744fb0 (diff)
downloadexternal_svox-26cfad45869a0258e67f663d8fdf3d822ce62bbf.zip
external_svox-26cfad45869a0258e67f663d8fdf3d822ce62bbf.tar.gz
external_svox-26cfad45869a0258e67f663d8fdf3d822ce62bbf.tar.bz2
Replace shared storage with USB storage.
Change-Id: If0a64976f0068116ef8927bd831d6ca81cfbe68c
-rwxr-xr-xpicolanginstaller/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/picolanginstaller/res/values/strings.xml b/picolanginstaller/res/values/strings.xml
index 5e2e334..73ab3c4 100755
--- a/picolanginstaller/res/values/strings.xml
+++ b/picolanginstaller/res/values/strings.xml
@@ -22,7 +22,7 @@
<string name="app_name">Speech Synthesis Data Installer</string>
<!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation. CHAR LIMIT=80 -->
- <string name="installing_message" product="nosdcard">Installing voice data on shared storage.</string>
+ <string name="installing_message" product="nosdcard">Installing voice data on USB storage.</string>
<!-- After launching the application that installs the required files for speech synthesis on the user's SD card, this message is shown during the installation -->
<string name="installing_message" product="default">Installing voice data on SD card.</string>
@@ -33,7 +33,7 @@
<string name="uninstall">Uninstall</string>
<!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation -->
- <string name="retry_message" product="nosdcard">The voice data failed to install. Please make sure your shared storage is mounted and has at least 6MB of free space.</string>
+ <string name="retry_message" product="nosdcard">The voice data failed to install. Please make sure your USB storage has at least 6MB of free space.</string>
<!-- Text shown to the user when the application that tries to install voice data files on the user's SD card failed the installation -->
<string name="retry_message" product="default">The voice data failed to install. Please make sure your SD card is in your device and has at least 6MB of free space. If your card is already in your device, please try removing the card and reinserting it.</string>