summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJason Monk <jmonk@google.com>2015-06-10 12:59:29 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-06-10 12:59:30 +0000
commit6f9b6e08a80b1d1e114808d1ac42e132888df185 (patch)
tree2bddf5b6d9e64d09db1d5f4b1c726e82a17c2130 /res
parentc28330ec3e6e808427cc17fd4060c3c0a7fa3462 (diff)
parent4da8e84432890b9004b6d7e165e7a49efd821f2b (diff)
downloadpackages_apps_Settings-6f9b6e08a80b1d1e114808d1ac42e132888df185.zip
packages_apps_Settings-6f9b6e08a80b1d1e114808d1ac42e132888df185.tar.gz
packages_apps_Settings-6f9b6e08a80b1d1e114808d1ac42e132888df185.tar.bz2
Merge "Add sd card string, just in case" into mnc-dev
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 31311ee..51e3ef3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -6773,4 +6773,7 @@
<!-- Ignore battery optimizations dialog title [CHAR LIMIT=NONE] -->
<string name="ignore_optimizations_title">Allow <xliff:g id="app" example="Tasker">%s</xliff:g> to ignore battery optimizations?</string>
+
+ <!-- Instructions for state when SD card is unmounted [CHAR LIMIT=NONE] -->
+ <string name="sdcard_unmounted_description">The SD card is safely ejected, but still available in the SD card slot for this device.\n\nTo use this card, you have to mount it first.</string>
</resources>