diff options
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3523b7604..7c09c711b 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 & 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> |