summaryrefslogtreecommitdiffstats
path: root/picolanginstaller
diff options
context:
space:
mode:
authorEric Fischer <enf@google.com>2010-10-21 10:59:20 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2010-10-21 10:59:20 -0700
commitbff32c1baf87cf31f4b5d5be613ccdb09fffbbcf (patch)
treea458b0f6a74b177a77caab7c70ef113b2617c3e2 /picolanginstaller
parentc26123ab61ab496326c62dff1c1b59d51c6892d6 (diff)
parent26cfad45869a0258e67f663d8fdf3d822ce62bbf (diff)
downloadexternal_svox-bff32c1baf87cf31f4b5d5be613ccdb09fffbbcf.zip
external_svox-bff32c1baf87cf31f4b5d5be613ccdb09fffbbcf.tar.gz
external_svox-bff32c1baf87cf31f4b5d5be613ccdb09fffbbcf.tar.bz2
am 26cfad45: Replace shared storage with USB storage.
Merge commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf' * commit '26cfad45869a0258e67f663d8fdf3d822ce62bbf': Replace shared storage with USB storage.
Diffstat (limited to 'picolanginstaller')
-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>