Change Storage settings entry to just that on all platforms.

Change-Id: I3bf714f67a143a94b922cb25f0ecb27ac2c621ba
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 3523b76..7c09c71 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1404,11 +1404,9 @@
     <string name="device_status">Status</string>
     <!-- About phone screen, summary of the item to go into the phone status screen -->
     <string name="device_status_summary">Phone number, signal, etc.</string>
-    <!-- Main settings screen item's title to go into the SD card and storage settings screen [CHAR LIMIT=25] -->
-    <string name="storage_settings" product="nosdcard">Shared &amp; secure storage</string>
-    <!-- Main settings screen item's title to go into the SD card and storage settings screen-->
-    <string name="storage_settings" product="default">Storage</string>
-    <!-- SD card and storage settings screen title -->
+    <!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
+    <string name="storage_settings" >Storage</string>
+    <!-- Storage settings screen title -->
     <string name="storage_settings_title">Storage settings</string>
     <!-- [CHAR LIMIT=100] Main settings screen item's summary for the SD card and storage settings -->
     <string name="storage_settings_summary" product="nosdcard">Unmount USB storage, view available storage</string>