Fix a few more cases of USB storage missed at 4am pass...

Change-Id: Ia955d4378f4f9003a659763d88312ea7d42b4a3c
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 68cd4d0..e404288 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1748,7 +1748,7 @@
     <string name="filter_apps_running">Running</string>
     <!-- Text for filter option in ManageApps screen to display list of
     packages installed on sdcard. [CHAR LIMIT=30] -->
-    <string name="filter_apps_onsdcard" product="nosdcard">In shared storage</string>
+    <string name="filter_apps_onsdcard" product="nosdcard">USB</string>
     <!-- Text for filter option in ManageApps screen to display list of
     packages installed on sdcard. -->
     <string name="filter_apps_onsdcard" product="default">On SD card</string>
@@ -1794,7 +1794,7 @@
     <!-- Manage applications, text for Move button to move app to internal storage -->
     <string name="move_app_to_internal">Move to phone</string>
     <!-- Manage applications, text for Move button  to move app to sdcard [CHAR LIMIT=25] -->
-    <string name="move_app_to_sdcard" product="nosdcard">Move to shared storage</string>
+    <string name="move_app_to_sdcard" product="nosdcard">Move to USB storage</string>
     <!-- Manage applications, text for Move button  to move app to sdcard -->
     <string name="move_app_to_sdcard" product="default">Move to SD card</string>
     <!-- Manage applications, title for dialog when killing persistent apps-->
@@ -2493,11 +2493,11 @@
     <!-- Description of dialog to enable/dislable access to credential storage -->
     <string name="credentials_unlock_hint">Enter the credential storage password.</string>
     <!-- Title of preference to install certificates from SD card [CHAR LIMIT=25] -->
-    <string name="credentials_install_certificates" product="nosdcard">Install from shared storage</string>
+    <string name="credentials_install_certificates" product="nosdcard">Install from USB storage</string>
     <!-- Title of preference to install certificates from SD card -->
     <string name="credentials_install_certificates" product="default">Install from SD card</string>
     <!-- Summary of preference to install certificates from SD card [CHAR LIMIT=25] -->
-    <string name="credentials_install_certificates_summary" product="nosdcard">Install encrypted certificates from shared storage</string>
+    <string name="credentials_install_certificates_summary" product="nosdcard">Install encrypted certificates from USB storage</string>
     <!-- Summary of preference to install certificates from SD card -->
     <string name="credentials_install_certificates_summary" product="default">Install encrypted certificates from SD card</string>
     <!-- Title of preference to set storage password -->