aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-01-01 13:07:26 -0800
committerScott Jackson <daneren2005@gmail.com>2016-01-01 13:07:26 -0800
commit25874234c23be2fecc49953daec823b336d73963 (patch)
tree9d5d67139a60169f31f6ae0c3add013024c157b4 /app/src/main/res/values
parentefdb68d9ca8623f5e2c744ae63e626891861c52b (diff)
downloaddsub-25874234c23be2fecc49953daec823b336d73963.tar.gz
dsub-25874234c23be2fecc49953daec823b336d73963.tar.bz2
dsub-25874234c23be2fecc49953daec823b336d73963.zip
#141 Add buttons for internal/external dir locations instead of requiring user to manually type it
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3acbff3e..5d0aacd7 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -291,6 +291,8 @@
<string name="settings.cache_location">Cache location</string>
<string name="settings.cache_location_error">Invalid cache location. Using default.</string>
<string name="settings.cache_location_reset">The cache location you have set is no longer writable. If you recently upgraded your phone OS to KitKat 4.4, then the way apps write to the SD Card has changed so that they can only write to a specific location. The location that DSub uses has already been automatically changed to the correct location. In order to delete all of the old app data, you will need to mount the SD Card on your computer and delete the old folder manually</string>
+ <string name="settings.cache_location_internal">Internal</string>
+ <string name="settings.cache_location_external">External</string>
<string name="settings.cache_clear">Clear Cache</string>
<string name="settings.cache_clear_complete">Finished clearing cache</string>
<string name="settings.testing_connection">Testing connection...</string>