summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudia de Veaux <deveaux@google.com>2011-08-16 15:44:25 -0700
committerClaudia de Veaux <deveaux@google.com>2011-08-16 15:44:25 -0700
commitc98fc8eaa758dd4e05c94bf4092855d875a86d4f (patch)
tree94e05389f2ed5624bd4175be2a6803eb329eb2c3
parent6ee0bb55ebcc2fd4e6509a05c3ffdee4cae950dd (diff)
downloadexternal_svox-c98fc8eaa758dd4e05c94bf4092855d875a86d4f.zip
external_svox-c98fc8eaa758dd4e05c94bf4092855d875a86d4f.tar.gz
external_svox-c98fc8eaa758dd4e05c94bf4092855d875a86d4f.tar.bz2
Part of effort to remove "failure" messaging to end-users.
Bug: 5165745 Change-Id: I6143f286c6657715e78da38023beab7325571dd0
-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 da3a6be..1db53d7 100755
--- a/picolanginstaller/res/values/strings.xml
+++ b/picolanginstaller/res/values/strings.xml
@@ -33,9 +33,9 @@
<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 [CHAR LIMIT=NONE] -->
- <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>
+ <string name="retry_message" product="nosdcard">The voice data couldn\'t install. 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>
+ <string name="retry_message" product="default">The voice data couldn\'t install. 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, try removing the card and reinserting it.</string>
<!-- Text on the button to let the user try one more time to install the installation of the voice data files -->
<string name="retry">Retry</string>