forked from GitHub/dbot
Merge pull request #279 from zuzak/dash
convert hyphens to a more appropriate en-dash
This commit is contained in:
commit
00deda35f9
@ -3,13 +3,13 @@
|
||||
"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": {
|
||||
"english": "{s} No results."
|
||||
|
Loading…
Reference in New Issue
Block a user