summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Ho <justinho@google.com>2011-08-19 07:45:19 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-19 07:45:19 -0700
commit1b55a6b36019929e0dca5edec5cfc44316b93f3d (patch)
tree75a9ab74ef38b7a7abf310f43757b4b7762cfd00
parent38e737508cf9fd517bfa9289e80089fb60c8e5b0 (diff)
parent520de532506b82ae1857648268e64f120893f20a (diff)
downloadLegacyCamera-1b55a6b36019929e0dca5edec5cfc44316b93f3d.zip
LegacyCamera-1b55a6b36019929e0dca5edec5cfc44316b93f3d.tar.gz
LegacyCamera-1b55a6b36019929e0dca5edec5cfc44316b93f3d.tar.bz2
Merge "Part of effort to remove "failure" messaging to end-users. Bug: 5165745"
-rw-r--r--res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a2fee59..8d6b633 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -56,9 +56,9 @@
<string name="preparing_sd" product="default">Preparing SD card\u2026</string>
<!-- alert to the user that the camera fails to read or write the USB storage. [CHAR LIMIT=NONE] -->
- <string name="access_sd_fail" product="nosdcard">Failed to access USB storage.</string>
+ <string name="access_sd_fail" product="nosdcard">Couldn\'t access USB storage.</string>
<!-- alert to the user that the camera fails to read or write the SD card. -->
- <string name="access_sd_fail" product="default">Fail to access SD card.</string>
+ <string name="access_sd_fail" product="default">Couldn\'t access SD card.</string>
<!-- Confirmation dialog when restoring settings -->
<string name="confirm_restore_title">Restore defaults</string>