diff options
author | Scott Jackson <daneren2005@gmail.com> | 2013-06-05 20:36:51 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2013-06-05 20:36:51 -0700 |
commit | bf7acf155e730b22ae17f0bb302b14c7f1076009 (patch) | |
tree | d29e9f5ef170affe1513f0eccee4d103f32fc7dd /subsonic-android/res/values | |
parent | 00afabea262d17d820004fe1dca6e29eaccd56f6 (diff) | |
download | dsub-bf7acf155e730b22ae17f0bb302b14c7f1076009.tar.gz dsub-bf7acf155e730b22ae17f0bb302b14c7f1076009.tar.bz2 dsub-bf7acf155e730b22ae17f0bb302b14c7f1076009.zip |
Added option to overwrite existing playlists for 4.7+
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 b5e8f3e1..b288e035 100644 --- a/subsonic-android/res/values/strings.xml +++ b/subsonic-android/res/values/strings.xml @@ -75,6 +75,7 @@ <string name="playlist.update_info">Update Information</string>
<string name="playlist.updated_info">Updated playlist information for %s</string>
<string name="playlist.updated_info_error">Failed to update playlist information for %s</string>
+ <string name="playlist.overwrite">Overwrite existing playlist</string>
<string name="help.label">Help</string>
<string name="help.title">Welcome to DSub!</string>
|