diff options
author | Scott Jackson <daneren2005@gmail.com> | 2016-02-04 17:13:23 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2016-02-04 17:13:23 -0800 |
commit | d5fb794717317a641321641b9b63705e7eea3eb6 (patch) | |
tree | 5757e9b3599dc62693205d1842654735b4991eec /app/src/main/res | |
parent | 2f7eaedf6a431d8e1677b7e0bfc129421cf90779 (diff) | |
download | dsub-d5fb794717317a641321641b9b63705e7eea3eb6.tar.gz dsub-d5fb794717317a641321641b9b63705e7eea3eb6.tar.bz2 dsub-d5fb794717317a641321641b9b63705e7eea3eb6.zip |
Move Shared details dialog over to new format
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index b7efff1a..174e6588 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -488,10 +488,9 @@ <string name="shuffle.genre">Genre:</string> <string name="shuffle.pick_genre">Pick a genre</string> - <string name="share.info">Owner: %1$s - \nDescription: %2$s - \nURL: %3$s - \nCreation: %4$s + <string name="share.info"> + + \nLast Visited: %5$s \nExpiration: %6$s \nVisit Count: %7$s @@ -651,6 +650,8 @@ <string name="details.updated">Updated</string> <string name="details.starred">Starred</string> <string name="details.last_played">Last Played</string> + <string name="details.expiration">Expiration</string> + <string name="details.played_count">Played Count</string> <plurals name="select_album_n_songs"> <item quantity="zero">No songs</item> |