diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-05-07 11:18:44 -0700 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-05-07 11:18:44 -0700 |
commit | 01332c834b75b3cb5adbd36587f8ed674d9add92 (patch) | |
tree | aec6fe2951a7d4a42f4d7be1949c42637014d7bb | |
parent | 1cd95e3918d44ccb0b594f7d97eaa047e624a1ee (diff) | |
download | dsub-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.xml | 4 |
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>
|