Fix bug 3463538.
Change-Id: I29c08eace1ba14f7d5cbad55cffbb2b024f518da
diff --git a/res/values/strings.xml b/res/values/strings.xml
index c2a31db..b14ec86 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2948,11 +2948,11 @@
<!-- Summary of preference to enable/dislable access to credential storage [CHAR LIMIT=NONE] -->
<string name="credentials_access_summary">Allow applications to access secure certificates and other credentials</string>
<!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
- <string name="credentials_install" product="nosdcard">Install from USB storage</string>
+ <string name="credentials_install" product="nosdcard">Install from storage</string>
<!-- Title of preference to install certificates from SD card [CHAR LIMIT=30] -->
<string name="credentials_install" product="default">Install from SD card</string>
<!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
- <string name="credentials_install_summary" product="nosdcard">Install certificates from USB storage</string>
+ <string name="credentials_install_summary" product="nosdcard">Install certificates from storage</string>
<!-- Summary of preference to install certificates from SD card [CHAR LIMIT=NONE] -->
<string name="credentials_install_summary" product="default">Install certificates from SD card</string>
<!-- Title of preference to set the password for credential storage [CHAR LIMIT=30] -->