convert hyphens to a more appropriate en-dash

This commit is contained in:
Douglas Gardner 2013-02-12 21:05:32 +00:00
parent d4f69eb54f
commit 9715d78964
No known key found for this signature in database
GPG Key ID: 83D79CE73F41F985

View File

@ -3,15 +3,15 @@
"english": "{s} [artist] {artist}"
},
"album": {
"english": "{s} [album] {artist} - {album}"
"english": "{s} [album] {artist} {album}"
},
"track": {
"english": "{s} [track] {artist} - {track} (from {album})"
"english": "{s} [track] {artist} {track} (from {album})"
},
"found": {
"english": "{s} [{url}] {artist} - {track} (from {album})"
"english": "{s} [{url}] {artist} {track} (from {album})"
},
"not-found": {
"notfound": {
"english": "{s} No results."
}
}