aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-02-25 15:41:31 -0800
committerScott Jackson <daneren2005@gmail.com>2014-02-25 15:41:31 -0800
commitdd4e9fd42e189614262fe5449ffc65ce6269d45c (patch)
tree48534ed825f39c0790eceb0c509712e49d0f12bb /res
parent0de2db96e3fef9db95ee74d2e63f602db6024d3f (diff)
downloaddsub-dd4e9fd42e189614262fe5449ffc65ce6269d45c.tar.gz
dsub-dd4e9fd42e189614262fe5449ffc65ce6269d45c.tar.bz2
dsub-dd4e9fd42e189614262fe5449ffc65ce6269d45c.zip
#294 Auto reset cache location when it is no longer available
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ea8a1022..1b5f3f9e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -23,6 +23,7 @@
<string name="common.confirm">Confirm</string>
<string name="common.confirm_message">Do you want to %1$s %2$s?</string>
<string name="common.empty">None found</string>
+ <string name="common.warning">Warning</string>
<string name="button_bar.home">Home</string>
<string name="button_bar.browse">Library</string>
@@ -255,6 +256,7 @@
<string name="settings.cache_size">Cache size (MB)</string>
<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_clear">Clear Cache</string>
<string name="settings.cache_clear_complete">Finished clearing cache</string>
<string name="settings.testing_connection">Testing connection...</string>