diff options
author | Claudia de Veaux <deveaux@google.com> | 2011-08-18 13:59:00 -0700 |
---|---|---|
committer | Claudia de Veaux <deveaux@google.com> | 2011-08-18 13:59:00 -0700 |
commit | 520de532506b82ae1857648268e64f120893f20a (patch) | |
tree | e2a20b4fb79a3440ab0d1ec33179e2f01f3427ad /res | |
parent | 362928c00ad4ecc0466c353d942c6d6c7cc5f5ee (diff) | |
download | LegacyCamera-520de532506b82ae1857648268e64f120893f20a.zip LegacyCamera-520de532506b82ae1857648268e64f120893f20a.tar.gz LegacyCamera-520de532506b82ae1857648268e64f120893f20a.tar.bz2 |
Part of effort to remove "failure" messaging to end-users.
Bug: 5165745
Change-Id: I666fd23043793b69a38c741909a31b4d987f0236
Diffstat (limited to 'res')
-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 2dc18bd..929d6cc 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> |