diff options
author | Jason Monk <jmonk@google.com> | 2015-06-10 12:59:29 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-06-10 12:59:30 +0000 |
commit | 6f9b6e08a80b1d1e114808d1ac42e132888df185 (patch) | |
tree | 2bddf5b6d9e64d09db1d5f4b1c726e82a17c2130 /res | |
parent | c28330ec3e6e808427cc17fd4060c3c0a7fa3462 (diff) | |
parent | 4da8e84432890b9004b6d7e165e7a49efd821f2b (diff) | |
download | packages_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.xml | 3 |
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> |