summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-09 15:32:14 -0400
committerJason Monk <jmonk@google.com>2015-06-09 15:32:14 -0400
commit2b6c3c0f723537b9e5504b98f350e508b6e83f22 (patch)
tree72d2466ae86d8ee8b06e08225751c225534da1c3 /res
parent8c39a9c6f28f2b31635cae77d045b38fd3b7c2d9 (diff)
downloadpackages_apps_Settings-2b6c3c0f723537b9e5504b98f350e508b6e83f22.zip
packages_apps_Settings-2b6c3c0f723537b9e5504b98f350e508b6e83f22.tar.gz
packages_apps_Settings-2b6c3c0f723537b9e5504b98f350e508b6e83f22.tar.bz2
Top level: "Storage" -> "Storage & USB"
Bug: 21324048 Change-Id: I42853135e3a119b84b86a96968053d64313a4b92
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/dashboard_categories.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 51f0fa1..ee4333e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2135,6 +2135,8 @@
<string name="device_status_summary" product="default">Phone number, signal, etc.</string>
<!-- Main settings screen item's title to go into the storage settings screen [CHAR LIMIT=25] -->
<string name="storage_settings" >Storage</string>
+ <!-- Main settings screen item's title to go into the storage & USB settings screen [CHAR LIMIT=25] -->
+ <string name="storage_usb_settings" >Storage &amp; USB</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 -->
diff --git a/res/xml/dashboard_categories.xml b/res/xml/dashboard_categories.xml
index c839792..54d1d39 100644
--- a/res/xml/dashboard_categories.xml
+++ b/res/xml/dashboard_categories.xml
@@ -113,7 +113,7 @@
<!-- Storage -->
<dashboard-tile
android:id="@+id/storage_settings"
- android:title="@string/storage_settings"
+ android:title="@string/storage_usb_settings"
android:fragment="com.android.settings.deviceinfo.StorageSettings"
android:icon="@drawable/ic_settings_storage"
/>