aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordaneren2005 <daneren2005@gmail.com>2013-05-07 11:18:44 -0700
committerdaneren2005 <daneren2005@gmail.com>2013-05-07 11:18:44 -0700
commit01332c834b75b3cb5adbd36587f8ed674d9add92 (patch)
treeaec6fe2951a7d4a42f4d7be1949c42637014d7bb
parent1cd95e3918d44ccb0b594f7d97eaa047e624a1ee (diff)
downloaddsub-01332c834b75b3cb5adbd36587f8ed674d9add92.tar.gz
dsub-01332c834b75b3cb5adbd36587f8ed674d9add92.tar.bz2
dsub-01332c834b75b3cb5adbd36587f8ed674d9add92.zip
Change wording of Download/Cache to Cache/Permanent Cache to make it more obvious what is goin on
-rw-r--r--subsonic-android/res/values/strings.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml
index 90e455eb..7da24ee0 100644
--- a/subsonic-android/res/values/strings.xml
+++ b/subsonic-android/res/values/strings.xml
@@ -9,8 +9,8 @@
<string name="common.play_shuffled">Play shuffled</string>
<string name="common.play_next">Play next</string>
<string name="common.play_last">Play last</string>
- <string name="common.download">Download</string>
- <string name="common.pin">Cache</string>
+ <string name="common.download">Cache</string>
+ <string name="common.pin">Permanent Cache</string>
<string name="common.delete">Delete</string>
<string name="common.star">Star</string>
<string name="common.unstar">Unstar</string>