diff options
author | Justin Ho <justinho@google.com> | 2011-08-19 07:45:19 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-19 07:45:19 -0700 |
commit | 1b55a6b36019929e0dca5edec5cfc44316b93f3d (patch) | |
tree | 75a9ab74ef38b7a7abf310f43757b4b7762cfd00 | |
parent | 38e737508cf9fd517bfa9289e80089fb60c8e5b0 (diff) | |
parent | 520de532506b82ae1857648268e64f120893f20a (diff) | |
download | LegacyCamera-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.xml | 4 |
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> |