OSDN Git Service

Fix bug 3463538.
authorRoy West <rwest@android.com>
Fri, 18 Feb 2011 05:34:50 +0000 (21:34 -0800)
committerRoy West <rwest@android.com>
Fri, 18 Feb 2011 05:34:50 +0000 (21:34 -0800)
Change-Id: I29c08eace1ba14f7d5cbad55cffbb2b024f518da

res/values/strings.xml

index c2a31db..b14ec86 100644 (file)
@@ -2948,11 +2948,11 @@ found in the list of installed applications.</string>
     <!-- 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] -->