diff options
author | owner <owner@DeeDee-Laptop> | 2012-11-21 23:13:43 -0800 |
---|---|---|
committer | owner <owner@DeeDee-Laptop> | 2012-11-21 23:13:43 -0800 |
commit | df87756cd3330be032671ff8cb694395cebe1457 (patch) | |
tree | 3eafe13a5d1ba35b08a9531e0e1038cd17994da9 /subsonic-android/res/values | |
parent | d638f35850ab86304d39373121f4d512abbbcfdc (diff) | |
download | dsub-df87756cd3330be032671ff8cb694395cebe1457.tar.gz dsub-df87756cd3330be032671ff8cb694395cebe1457.tar.bz2 dsub-df87756cd3330be032671ff8cb694395cebe1457.zip |
Added special context menu for videos
Diffstat (limited to 'subsonic-android/res/values')
-rw-r--r-- | subsonic-android/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/subsonic-android/res/values/strings.xml b/subsonic-android/res/values/strings.xml index feb1bf9e..8a21950e 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -17,6 +17,7 @@ <string name="common.info">Details</string>
<string name="common.name">Name</string>
<string name="common.comment">Comment</string>
+ <string name="common.webview">Play Web View</string>
<string name="button_bar.home">Home</string>
<string name="button_bar.browse">Library</string>
|